Kaxil Naik

Results 82 comments of Kaxil Naik

Ran the following before (https://github.com/astronomer/astro-sdk/commit/04f309d) and after refactor (commit: https://github.com/astronomer/astro-sdk/commit/f8ddf8b8bc8ce0992ef9b85065e8d2d3e1a9df45) ``` ❯ pylint src -r y -f colorized --max-line-length=110 ``` **Before refactor**: `Your code has been rated at 6.42/10` **After...

That's a good point about LGTM tool

Yeah I agree, we should not suppress them and users can change the Airflow log level too

We faced similar issue when trying to use greeting for Airflow project (https://github.com/apache/airflow). So we developed a Github app which is working well for us in case someone faces similar...

Agreed, this would be a good addition

Is there any value in building an async operator for `S3CreateObjectOperator`?

If we have too many issues with it, we can park it for now, or use LivyOperator as an alternative to submit Spark jobs

We should release 1.8.1 that contains this fix -- cc @phanikumv @rajaths010494

I have separated out the following operators from this issue: - https://github.com/astronomer/astronomer-providers/issues/186

> > Congrats @denimalpaca on your first PR ! Just a quick question, this does not seem to be an **async** operator. So why are we looking to merge this...