Results 53 issues of Christopher DeCarolis

For example, a guide to using dagster-ssh with EC2, or examples similar to those we have for dagster-shell. - [Slack convo](https://dagster.slack.com/archives/C01U954MEER/p1656692948066499) - [Another convo](https://dagster.slack.com/archives/C01U954MEER/p1648625302209879)

docs:api-docs

Only alphanumeric (and underscore) characters are allowed in dagster - it might be worth having some sort of util function that can convert a non-alphanumeric string into a dagster repr...

documentation
ergonomics

This PR introduces a standalone method to the dagster-bigquery package that, given a single table and a project ID, returns the freshness of each table. I tried to keep the...

This PR introduces a standalone method to the dagster-snowflake package that, given a list of tables and a project ID, returns the freshness of each table. How I tested this...

Fixes an issue with observable source assets, where they always default to using the backcompat resource, instead of the pythonic resource. Prior art can be found here: https://github.com/dagster-io/dagster/pull/18349 Adds a...

observe() currently doesn't work when you have resources required on the observable asset, despite there being a resources arg. This is because `build_assets_job` expects a fully resolved list of resource...

The shared freshness implementation felt very hard to parse. Even though there was some shared code, it was largely a series of if-else statements, and bugs were slipping through due...

Revamp data freshness docs. Work in progress

area: docs

Adds an alerts section to the freshness guide. I originally wanted to make more sweeping changes here, but it's proving more difficult than I thought. I think the biggest outstanding...

area: docs

Adds an "AssetCheckState" API; which functions similarly to an AssetRecord. The core conceit is to be able to query just based on asset check key a set of information about...