Skip to content

Commit

Permalink
Merge pull request #125 from dagster-io/sling-column-updates
Browse files Browse the repository at this point in the history
add column metadata and lineage to sling
  • Loading branch information
cnolanminich committed Sep 20, 2024
2 parents 6a35106 + b75da24 commit 9c2a6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooli-demo-assets/hooli_demo_assets/assets/sling.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def get_tags(self, stream_definition):
dagster_sling_translator=CustomSlingTranslator(),
)
def my_sling_assets(context, sling: SlingResource):
yield from sling.replicate(context=context)
yield from sling.replicate(context=context).fetch_column_metadata().fetch_row_count()
for row in sling.stream_raw_logs():
context.log.info(row)

0 comments on commit 9c2a6e8

Please sign in to comment.