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
I used the load_assets_from_dbt_cloud_job function to generate assests from dbt cloud which works fine except that I can't add custom meta data via the function node_info_to_definition_metadata_fn as this input is not supported. I checked the dagster dbt code and it looks that this is really not implemented but listed in the docu.
What did you expect to happen?
I expected to have custom meta data added to the dbt models dagster assets.
Dagster version
Dagster cloud
What's the issue?
I used the load_assets_from_dbt_cloud_job function to generate assests from dbt cloud which works fine except that I can't add custom meta data via the function node_info_to_definition_metadata_fn as this input is not supported. I checked the dagster dbt code and it looks that this is really not implemented but listed in the docu.
What did you expect to happen?
I expected to have custom meta data added to the dbt models dagster assets.
How to reproduce?
dbt_cloud_assets = load_assets_from_dbt_cloud_job(
dbt_cloud=dbt_cloud_instance,
job_id= XXX,
node_info_to_auto_materialize_policy_fn=node_info_to_auto_materialize_policy_fn_custom,
node_info_to_group_fn=node_info_to_group_fn_custom,
node_info_to_definition_metadata_fn = node_info_to_definition_metadata_fn_custom
)
Deployment type
None
Deployment details
Trial version
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: