Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jan 21, 2025
1 parent 2c5f6a0 commit 799d592
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ def build_dlt_asset_specs(
dagster_dlt_translator = dagster_dlt_translator or DagsterDltTranslator()
return [
dagster_dlt_translator.get_asset_spec(
DltResourceTranslatorData(resource=dlt_source_resource, destination=dlt_pipeline.destination)
DltResourceTranslatorData(
resource=dlt_source_resource, destination=dlt_pipeline.destination
)
).merge_attributes(
metadata={
META_KEY_SOURCE: dlt_source,
Expand Down

0 comments on commit 799d592

Please sign in to comment.