You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature just brings us to parity and will be very useful when have a CI/CD approach to pushing notebooks from a repo.
IE:
# Create or replace notebooks from sf_nbs folderfornotebookin$SF_NBS/*.ipynb;do
filename=$(basename "$notebook")
identifier="${DATABASE}.${SCHEMA}.${filename%.*}"
file_path="@${DATABASE}.${SCHEMA}.${REPOSITORY}/branches/${BRANCH}/${SF_NBS}/$filename"echo"Creating or replacing notebook: $file_path"# Create or replace the notebook
snow notebook create "$identifier" --notebook-file "$file_path" --connection "$CONNECTION"
This is a helpful script to get my repo notebooks launched as I am developing container runtime is something that would be nice to be able to have as this will be more of the workloads I move to as this closes in on PuPr.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Building Container Runtime notebooks not just warehouse runtime notebooks
SNOW-1740835: Building Container Runtime notebooks not just warehouse runtime notebooks
Oct 16, 2024
Description
Do we support creating container runtime notebooks with snowcli
Create or replace the notebook
snow notebook create "$identifier" --notebook-file "$file_path" --connection "$CONNECTION"
Context
This feature just brings us to parity and will be very useful when have a CI/CD approach to pushing notebooks from a repo.
IE:
This is a helpful script to get my repo notebooks launched as I am developing container runtime is something that would be nice to be able to have as this will be more of the workloads I move to as this closes in on PuPr.
The text was updated successfully, but these errors were encountered: