Raju Krishnamurthy

Results 14 comments of Raju Krishnamurthy

> @rajukrishnamurthy and @kaskabayev -- are you using android? Sorry for the slow response, we are exploring kotlin for developing ETL pipelines and not any android dev.

> Did you ever get it to work? We have the same issue No I haven't had any luck, it's not urgent for us since we aren't actively writing production...

2.9.1/11.3 has been working for us too, however, as of today it stopped working. I noticed that 11.4 was released today, I'm not sure if this is related.

The underlying issue does not appear to be fixed and setting `AIRFLOW__ASTRONOMER__UPDATE_CHECK_INTERVAL=0` still works as a workaround.

@jedcunningham we use bazel as our build system and we have a custom macro that creates the image, so there's not a dockerfile and an minimal example is going to...

I do not know if this is related, but I bumped rules_python from v0.25.0 to v.0.31.0 but have not investigate where the issue might have need originated. When I specify...

This seems to be similar to [issue #6](https://github.com/OpenAPITools/openapi-generator-bazel/issues/6) I think it has something to do the [implementation](https://github.com/OpenAPITools/openapi-generator-bazel/blob/master/internal/openapi_generator.bzl) returning all the files: ``` return DefaultInfo(files = depset([ declared_dir, ])) ```

I think the only way to do this is have this be a [appropriate provider](https://bazel.build/rules/lib/starlark-provider) and create a switch statement for every language to filter for the "library" files. I...

@agluszak I pulled down `master` built and installed the plugin and am getting the same behavior with the repo I referenced above.

Apologies, I didn't look at that closely enough. Okay, with the fix in place it is no longer scanning the entire filesystem, however it doesn't seem to actually run the...