Skip to content

Commit

Permalink
feat: ✨ Add multi-commit support in DatasetPublisher
Browse files Browse the repository at this point in the history
- Enable `multi_commits` and `multi_commits_verbose` options to support multiple commits.
- Update dependencies: `dagster-dbt`, `dagster-duckdb-polars`, and `dagster` to their latest versions.
  • Loading branch information
davidgasquez committed Aug 29, 2024
1 parent 5314315 commit 93da061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions datadex/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,6 @@ def publish(
repo_id="datonic/" + dataset_name,
repo_type="dataset",
commit_message=f"Update {dataset_name}",
multi_commits=True,
multi_commits_verbose=True,
)
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "1.0.0"
authors = [{ name = "David Gasquez" }]
dependencies = [
"altair",
"dagster-dbt==0.24.1",
"dagster-duckdb-polars==0.24.1",
"dagster-dbt==0.24.2",
"dagster-duckdb-polars==0.24.2",
"dagster-duckdb",
"dagster==1.8.1",
"dagster==1.8.2",
"datasets",
"dbt-core",
"dbt-duckdb",
Expand Down

0 comments on commit 93da061

Please sign in to comment.