We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tags parameter is annotated as tags: Optional[Mapping[str, str]] = None,
tags: Optional[Mapping[str, str]] = None,
dagster/python_modules/libraries/dagster-dbt/dagster_dbt/asset_utils.py
Lines 276 to 286 in cf951d6
This parameter is immediately forwarded to define_asset_job:
define_asset_job
Lines 328 to 336 in cf951d6
However, the tags parameter there is annotated as tags: Optional[Mapping[str, object]] = None,
tags: Optional[Mapping[str, object]] = None,
dagster/python_modules/dagster/dagster/_core/definitions/unresolved_asset_job_definition.py
Lines 247 to 255 in f46f14f
I expected the type annotation to match.
No response
Copy/pasted from master.
None
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's the issue?
The tags parameter is annotated as
tags: Optional[Mapping[str, str]] = None,
dagster/python_modules/libraries/dagster-dbt/dagster_dbt/asset_utils.py
Lines 276 to 286 in cf951d6
This parameter is immediately forwarded to
define_asset_job
:dagster/python_modules/libraries/dagster-dbt/dagster_dbt/asset_utils.py
Lines 328 to 336 in cf951d6
However, the tags parameter there is annotated as
tags: Optional[Mapping[str, object]] = None,
dagster/python_modules/dagster/dagster/_core/definitions/unresolved_asset_job_definition.py
Lines 247 to 255 in f46f14f
What did you expect to happen?
I expected the type annotation to match.
How to reproduce?
No response
Dagster version
Copy/pasted from master.
Deployment type
None
Deployment details
No response
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: