-
Notifications
You must be signed in to change notification settings - Fork 317
Snowflake integration #722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
b668e99
Add snowflake_install_nixtla.py script from feat/snowflake branch
gee-senbong 9610e16
Refactor the script & fix errors
gee-senbong 219b70e
Add anomaly dections & update sample datasets
gee-senbong 24cd280
Update forecast with hist exog variables support
gee-senbong c9b61cf
Cleanup
gee-senbong eff9378
Update Makefile
60ab059
Store base_url as secret & customize api_host
09ba29a
Update Makefile
ab8e210
Add confidence intervals & integration tests
f68cc4a
Cleanup codes
9a9f001
Fix integration tests
af13a60
Revise snowflake integration tests
8712f80
Added Snowflake environment variables to .github/workflows/pytest.yml
527c186
Fix integration tests
gee-senbong 0e58251
Add uuid to snowflake assets
gee-senbong 176ee90
Use different nixtla API key
gee-senbong 245981b
Resolve long paths in Windows
gee-senbong 0b174cd
Constraint narwhals>=2.11.0
gee-senbong 5b1f7b4
Update pandas version constraint
gee-senbong d28015f
Add future exog support
gee-senbong bf6d950
Revise forecast to use single table
1546368
Merge branch 'main' into feat/snowflake-v2
cdc59f9
Fix notebook test
c8be4c7
Add explain for feature contribution
gee-senbong 771e8b9
Merge branch 'main' into feat/snowflake-v2
3f3463b
Pin pandas < 3.0.0
gee-senbong 8ccb377
Revert changes in nbs/docs/tutorials/15_missing_values.ipynb
gee-senbong 8c4c387
Update distributed extra requirements
gee-senbong 0b015c2
Update README.md
gee-senbong d3dfd00
Cleanup
gee-senbong 46cf2bb
Merge branch 'main' into feat/snowflake-v2
fc9e1f1
Add snowflake documentation
gee-senbong 047e2e7
Merge branch 'main' into feat/snowflake-v2
gee-senbong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,4 +49,12 @@ licenses: | |
| pip-licenses --format=csv --with-authors --with-urls > third_party_licenses.csv | ||
| python scripts/filter_licenses.py | ||
| rm -f third_party_licenses.csv | ||
| @echo "✓ THIRD_PARTY_LICENSES.md updated" | ||
| @echo "✓ THIRD_PARTY_LICENSES.md updated" | ||
|
|
||
| lint: | ||
| @echo "Running pre-commit hooks..." | ||
| uv run pre-commit run --show-diff-on-failure --files nixtla/* | ||
|
|
||
| format: | ||
| @echo "Running black formatter on staged files..." | ||
| @git diff --cached --name-only --diff-filter=ACMR | grep '\.py$$' | xargs -r uv run black | ||
|
||
Empty file.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Deployment execution command like
python -m nixtla.scripts.snowflake_install_nixtlacan be registered as part of Makefile command.