Results 53 issues of Christopher DeCarolis

## Summary & Motivation Right now, we execute all runs in parallel for the proxy operator, and blindly choose the first job we come across for an asset. This causes...

## Summary & Motivation Adds a readme section on time-window partitioning handling. ## How I Tested These Changes Ran through tutorial myself, existing tests. Right now, the tutorial needs to...

## Summary & Motivation Adds an e2e test for creating a partitioned observation ## How I Tested These Changes Existing tests ## Changelog NOCHANGELOG

## Summary & Motivation The sensor no longer relies on retrieving airflow "proxied" state from variables, so we can delete all this garbage 🎉 ## How I Tested These Changes...

## Summary & Motivation Improves the error state when airflow is not installed when using the [in-airflow] module; and only throw errors when [in-airflow] isn't installed on import error. ##...

## Summary & Motivation The normal `requires` of a package is not installed when installing submodules. As a result, we need to separately specify these dependencies in order to use...

## Summary & Motivation Adds a pluggable implementation to BaseAssetsOperator which handles mapping the current airflow run to a partitioned run in Dagster. By default, we do the same thing...

## Summary & Motivation Provides guidance on dealing with syncing dagster and airflow, and how to spot an unsynced airflow. ## How I Tested These Changes N/A ## Changelog NOCHANGELOG

## Summary & Motivation A section in the readme describing the common operators we have available. ## How I Tested These Changes N/A ## Changelog NOCHANGELOG

## Summary & Motivation Working example of splitting an airflow instance into multiple code locations. The main interesting bit here is the surface area we expose to filter down the...