Georvic Tur
Georvic Tur
Hi, @barbieri . I think I'm facing the same issue. When I run this command: ```bash sgqlc-codegen operation my_schema ./operations/dataset.py /home/georvic/repos/datahub/datahub-web-react/src/graphql/dataset.graphql ``` with the following file: https://github.com/datahub-project/datahub/blob/master/datahub-web-react/src/graphql/dataset.graphql I see the...
Hi, @barbieri . Thanks for taking a look. Yes, it also happens with that version:  For this version, I don't see the get_enter_leave_for_kind function.
If I use the version I tested originally, I do find the function. After placing a print call, I get the following:  So, the last element before the exception...
In the case of the lineage.graphql code, this is the lineageFields fragment where the error takes place: - https://github.com/datahub-project/datahub/blob/42260fc5d806d57f80c6d9e47c7653b589b3ede9/datahub-web-react/src/graphql/lineage.graphql#L233C10-L233C23 This other fragment called fullLineageResults uses lineageFields - https://github.com/datahub-project/datahub/blob/42260fc5d806d57f80c6d9e47c7653b589b3ede9/datahub-web-react/src/graphql/lineage.graphql#L293 and the...
Added a traceback here:  ```console act/src/graphql/lineage.graphql File "/home/georvic/anaconda3/envs/datahub/bin/sgqlc-codegen", line 8, in sys.exit(main()) File "/home/georvic/anaconda3/envs/datahub/lib/python3.7/site-packages/sgqlc/codegen/__init__.py", line 136, in main args.func(args) File "/home/georvic/anaconda3/envs/datahub/lib/python3.7/site-packages/sgqlc/codegen/operation.py", line 1018, in handle_command gen.write() File "/home/georvic/anaconda3/envs/datahub/lib/python3.7/site-packages/sgqlc/codegen/operation.py", line...
**Oh, I noticed that by moving the queries to the top the issue went away.** Is this expected by the sgqlc?
We have noticed the same issue in version 1.1.0. The old UI can still show the query definition of SQL based charts in Metabase. However, the new UI does not...
Hi, @sfc-gh-jmichalak . We found the same issue after running a plan to test a migration from Snowflake-Labs/snowflake to snowflakedb/snowflake, as described in [here](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKEDB_MIGRATION.md). This is the error we see:...
Hi, @sfc-gh-jmichalak . Thanks a lot for taking a look. - Yes, both versions are pinned to v1.0.0 in both cases. This issue does not happen in our Snowflake-Labs version...
Hi, @sfc-gh-jmichalak . Yes, we use aliased providers, but only for AWS. We don't alias the snowflake provider. Do you think this issue could be avoided by upgrading to the...