I thought using a Text Generator template to parse a dynamic list of entries via Dataview might work.
I thought wrong :(
I thought using a Text Generator template to parse a dynamic list of entries via Dataview might work.
I thought wrong :(
```
result = show_asset('media/nytimes_articles', orchestrator='dagster', data_warehouse='bigquery', configs_dir="../.damn/")
data = json.loads(result)
```
```
result = show_asset('media/nytimes_articles', orchestrator='dagster', data_warehouse='bigquery', configs_dir="../.damn/")
data = json.loads(result)
```
`damn metrics media/nytimes_articles --data-warehouse bigquery --configs-dir .damn/`
And that outputs metadata from both the orchestrator and the DW.
`damn metrics media/nytimes_articles --data-warehouse bigquery --configs-dir .damn/`
And that outputs metadata from both the orchestrator and the DW.