Skip to content
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

Dagster (cloud) dbt cloud add custom meta data #18664

Open
BernhardJSeiser opened this issue Dec 12, 2023 · 0 comments
Open

Dagster (cloud) dbt cloud add custom meta data #18664

BernhardJSeiser opened this issue Dec 12, 2023 · 0 comments
Labels
integration: dbt Related to dagster-dbt type: bug Something isn't working

Comments

@BernhardJSeiser
Copy link

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.

@BernhardJSeiser BernhardJSeiser added the type: bug Something isn't working label Dec 12, 2023
@rexledesma rexledesma added the integration: dbt Related to dagster-dbt label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: dbt Related to dagster-dbt type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants