-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ⚡ Update CI cron schedule, README enhancements, and refactor as…
…set definitions - Updated the CI cron schedule to run every 3 days for optimized resource usage. - Enhanced the README with a link to learn more about the Datadex approach, providing additional context and value to the project documentation. - Refactored asset definitions across various modules (`huggingface.py`, `indicators.py`, `others.py`, `spain.py`) by removing the `group_name` parameter, simplifying asset management and aligning with a more streamlined project structure. - Updated the Spain weather data asset to fetch data since 1970 instead of 1990, significantly extending the dataset's historical reach for richer analysis. - Pinned Dagster to version 1.7.3 in `pyproject.toml` to ensure compatibility and stability across the project's dependencies. - Removed the meta configuration related to Dagster groups in the DBT schema files (`country_year_indicators_schema.yml` and `spain_aemet_historical_weather_schema.yml`), further aligning with the simpler asset management approach.
- Loading branch information
1 parent
7c7f221
commit 7b273a2
Showing
9 changed files
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
branches: | ||
- main | ||
schedule: | ||
- cron: "0 0 * * *" | ||
- cron: "0 0 */3 * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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