Vaggelis Danias
Vaggelis Danias
Changed to DFS so as to match BQ's flatten order (left to right), just in case the previous order added side effects
Hey @Leonti, thanks for reporting this. Right now, SQLGlot generates mostly JSONPath functions when parsing semi-structured accesses (e.g. `GET_PATH` for VARIANT in Snowflake) instead of preserving the colon/dot notation. However,...
Quick follow up to gain more context, could you provide an example of how your data is structured in Snowflake and in what way would they be transformed to Trino's...
Thanks for the detailed explanation! Did some research over the last days and came to the conclusion that there's ambiguity in transpiling Snowflake's `VARIANT` as it can store practically any...
Hey @siddharth-sc1903, Support for unit test concurrency was added [a while ago](https://github.com/TobikoData/sqlmesh/pull/4047). Try setting `concurrent_tasks` in your `test_connection`, e.g: ```YAML databricks: connection: type: databricks server_hostname: ... http_path: ... access_token: ......
Hey @blecourt-private, apologies for the late reply, I don't have an exact timeline on when we'll pick up this issue. We run audits in a tight loop so making that...
Hey @mChlopek, just to confirm, is this still happening on the latest SQLMesh version? The fix should have been released already. Thanks for checking!