Kaxil Naik

Results 82 comments of Kaxil Naik

Definitely open to adding it if you can submit a PR

We have 2 options: 1) Create a flag to allow adding branch names for which a project accepts a PR: If someone creates a PR to another target branch, the...

That definitely looks like something we can add. Hopefully I can get this over this Easter weekend. Thanks for raising the issue.

> (This would, in the future, allow us to add labels based on other triggers too) > > e.g. > > ```yaml > autolabel: > - label: schema > files:...

You can use the docker-compose file here: https://github.com/apache/airflow/blob/ffb472cf9e630bd70f51b74b0d0ea4ab98635572/docs/apache-airflow/start/docker-compose.yaml

> @ryw time has not changed much :( @tooptoop4 Yeah, would love more details on how you tested it, i.e. which Executor, what resources etc

Any update on this? ```python @attr.define() class Dataset: """A Dataset is used for marking data dependencies between workflows.""" uri: str extra: Optional[Dict[str, Any]] = None @define() class File(Dataset): path: str...

I like the idea although I am not yet clear on how a user would know what data is available to them? i.e. what should I do to access the...