Burak Emre Kabakcı

Results 88 comments of Burak Emre Kabakcı

Yes, CTEs should work: Can you please let me know the query that fails? If possible, it would be great to see the data models to that I can try...

Yes, we don't support SSO with Snowflake yet. Thanks for reporting the feature request!

Sorry for the delay. I'm trying to reproduce the issue, how do you make DataHub run that query? Looking at Trino docs, the `string` type doesn't exist so it's not...

@AndreasTA-AW Are you using this integration? https://github.com/linkedin/datahub/blob/master/metadata-ingestion/source_docs/trino.md

I believe that `getRawTag()` is a good workaround given though it doesn't cover the buffering use-cases. I would love to try out!

Are there any plans for this feature request?

@crizo23 thanks correct, I updated the snippet. Thanks!

There is also this library: https://github.com/aholyoke/traildb-java @ChrisJamesC the tricky part is JNI, invoking java methods and getting the instance fields are actually quite expensive so the best way is to...

Thanks for the answer @aholyoke! I believe that build phase for `aholyoke/traildb-java` is too complex compared to `Sqooba/traildb-java` and Scala support in `Sqooba/traildb-java` is great so it would be win-win-win...

You also make some fields static. I think it's hard to guess which variables should be static with automation tools because some of the fields are instance fields because of...