datalake
Here are 114 public repositories matching this topic...
-
Updated
Mar 1, 2022 - Java
As seen above, there is a lot of extra space around some screenshots in the docs.
We can still use the cool tool that adds the window-style border and controls (although you can also choose to remove it), but the extra space is hard on the eyes and makes the page read less fluently.
-
Updated
Jun 2, 2020 - Erlang
Add new phase block
Which just invokes the blockingTree for each record.
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Feb 27, 2022
I'm new to the idea of Data Vault 2.0 and I'm reading the Dan Linstedt book to understand it better.
To help me get a better perspective of how dbtvault works I would like to know how difficult do you think it would be to add support for BigQuery?
Are there specific features of Snowflake which makes it better for running dbt/dbtvault ?
Thanks,
Jacob
-
Updated
Feb 27, 2022 - Python
-
Updated
Jul 26, 2020 - Scala
-
Updated
Mar 1, 2022 - Java
-
Updated
Jan 7, 2022 - Python
-
Updated
Jul 23, 2021 - Python
-
Updated
Feb 24, 2022 - Dockerfile
-
Updated
Dec 17, 2021
-
Updated
Sep 13, 2021 - Python
-
Updated
Jun 8, 2021 - HCL
Describe the bug
A standard item in HDFS browser has three things. (Un)fold, name, select. The name part is clickable, and even flashes on click, but doesn't do anything.
Expected behaviour
Either make it select the item, (un)fold it or don't make it clickable.
Screenshots

Syntax for changing Iceberg table properties
Implementation tips
Implement the method
io.trino.spi.connector.ConnectorMetadata#setTablePropertiesinio.trino.plugin.iceberg.IcebergMetadata.Use
org.apache.iceberg.BaseTable#updatePropertiesfor updating table properties.Test tips
Add