Giorgos Myrianthous

Results 19 comments of Giorgos Myrianthous

@clayms Your workaround will most probably do the trick, just a minor correction here - `Edge(pendwidth='0.0'` will indeed make the line of the edge invisible but the arrow/head will still...

@lwu08 One reason that might cause this problem is when you accidentally delete `_schemas` topic.

For some reason, even though I can see `tensorflow-macos` v2.15.0 on PyPI, it doesn't seem to be available. Even though it appears in `poetry.lock` file: ``` [[package]] name = "tensorflow-macos"...

Update: In fact, I can get `tensorflow-macos` on my Apple M1 Pro, if I remove the `markers` from what @Wirg proposed: ``` tensorflow-macos = { version = "==2.12.0", platform =...

We would also be interested in multi-repo support. In the meantime, how would you recommend handling this? Creating pre-commit hooks on individual project directories?

Hi @perttus, thanks for the recommendation. I would generally agree that manifest is probably not the best way to go, but I am not too sure if `dbt ls` can...

This is now addressed here: https://github.com/gmyrianthous/dbt-airflow/pull/153

@pr-Mais Hi there, thanks for sharing the import script. May I ask if it's possible to use it in order to backfill data from a Firestore collection residing in a...

> It's working fine on version 0.2.57 The strange thing is, it works fine locally, but it fails with the above error in Airflow (Cloud Composer on GCP, to be...