Ankit Chaurasia

Results 57 comments of Ankit Chaurasia

@rajaths010494 any update on this?

@ReadytoRocc could you share some example DAGs as per the description above?

@pankajastro should we remove it as part of 2.0? WDYT?

Added comment on the [thread](https://github.com/RaRe-Technologies/smart_open/issues/755#issuecomment-1477704864)

Currently `task_instance` is not available on `get_openlineage_facets_on_start()` on `DefaultExtractor`. `sql` is accessible using task_instance object as its template field is rendered in execute method. ``` def get_openlineage_facets_on_start(self): from astro.lineage import...

This is still blocked on OL side.

This [issue](https://github.com/MarquezProject/marquez/issues/2230) is closed now on OL side so we should test this out now.

For snowflake - following is the issue: https://github.com/astronomer/astro-sdk/issues/1663

If I understood this correctly, the performance issues with tasks in the queued state were mitigated by adjusting max_tis_per_query, scaling scheduler replicas, and implementing periodic scheduler restarts. @paramjeet01 tried periodic...