yuhan
07/15/2022, 8:35 PMuser
07/21/2022, 8:53 PMuser
07/28/2022, 8:20 PMuser
08/05/2022, 2:37 AMuser
08/05/2022, 4:35 AMuser
08/08/2022, 11:25 PMuser
08/11/2022, 10:49 PMuser
08/18/2022, 11:47 PMuser
08/26/2022, 3:00 PMuser
09/01/2022, 9:41 PMuser
09/08/2022, 8:47 PMuser
09/15/2022, 7:56 PMyuhan
09/29/2022, 10:06 PMgeoHeil
10/07/2022, 4:03 AMrepo.load_asset_value(AssetKey(["prefix", "key"]), partition_key="2022-10-03")
fails with: Failure condition: Inputs of type typing.Any not supported. Please specify a valid type for this input either on the argument of the @asset-decorated function.
https://dagster.slack.com/archives/C01UC74PQAF/p1665066527388759?thread_ts=1664489160.587019&cid=C01UC74PQAFyuhan
10/07/2022, 9:23 PMbuild_asset_reconciliation_sensor
automatically materializes your assets after their parents (apidoc)
📑 load_asset_value
now supports partitions with the optional partition_key parameter (apidoc)
💻 Users on ECS now enjoy support for tasks on EC2 instances (issue)yuhan
10/14/2022, 10:20 PMdagster run migrate-repository
is now available to help migrate run history
A DagsterCloudOperator
and DagsterOperator
now support Airflow 2
airbyte More dagster-airbyte updates: new param to specify auth details, ability to ignore certain connections to load, and option to change request timeout.
docster Lots of docs updates
◦ Step-by-step tutorial for using dbt models with Dagster assets (tutorial doc)
◦ Asset reconciliation and more updates to multi-asset sensors (Asset Sensors concept doc)
◦ How-to example for smoke tests (example)
◦ Credential handling with Dagster Cloud Docker agent (doc)yuhan
11/03/2022, 10:13 PMUPathIOManager
🕐 Multithreaded mode is now available in schedule daemon (doc)
🔧 Assets and multi_assets work with retry policies
Integration improvements:
A make_dagster_job_from_airflow_dag
now supports airflow 2 (api docs)
jupyter New define_dagstermill_asset
to load notebooks as assets (api docs) new NotebookMetadataValue
to log notebook location (api docs)
❄️ Improved docs for Snowflake IO manager (api docs)yuhan
11/10/2022, 11:32 PMBinoy Shah
11/18/2022, 7:27 PMdagster
command might not be availableZach
12/01/2022, 11:41 PMSean Lopp
12/08/2022, 10:27 PMFraser Marlow
12/14/2022, 6:57 PMyuhan
12/15/2022, 11:40 PMDefinitions
which eliminates unnecessary concepts such as Repository and Workspace. Dagit, examples, docs are largely updated to reflect this.
⌛ Lagged / rolling window partition mappings
🔀 Asset partitions can now depend on earlier time partitions of the same asset
🏎️ Schedules created by build_schedule_from_partitioned_job
execute more performantly
dagsir More on integrations:
• dbt dagster-dbt now supports declarative scheduling (API Docs)
• A dagster-airflow allows for configuring Airflow connections used by migrated DAGs (API Docs)
• A New docs for transitioning to Dagster from Airflow: https://docs.dagster.io/integrations/airflow/from-airflow-to-dagsterschrockn
12/16/2022, 6:54 PM@repository
to Definitions
. Again to reiterate, there is no need to migrate at the present time. However I do know that many of your are accountable to stakeholders that you need to onboard onto Dagster, and we think this smooths the way. And it will be front-and-center in our documentation and content, so migration will make your code more in line with that.Sanidhya Singh
01/02/2023, 9:59 AMgraph
to Definitions
? It doesn’t appear to be supportedrelease_bot
01/06/2023, 2:43 AMrelease_bot
01/06/2023, 8:49 PMyuhan
01/06/2023, 9:21 PMmaterialize
, materialize_to_memory
, and execute_in_process
🏷️ Op concurrency limits can be configured thru executors with op tags (docs)
🧬 Experimental:
• 👌 BranchingIOManager
allows to read assets from prod and write them to a dev env
• python Op and asset configs can be defined and accessed using Python 3 typing
• dbt dagster-dbt allows asset selection using dbt selection syntax
docster More on docs:
• Revamped Dagster Cloud getting started guide
• Lots of updates to the dagster-airflow docs, including
◦ Dagster tutorial from Airflow background (link)
◦ Migration guide (link)
◦ Airflow vs Dagster concept map (link)release_bot
01/12/2023, 8:39 PMyuhan
01/12/2023, 11:26 PM