Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add liquid cluster support #103

Open
ravi-databricks opened this issue Oct 10, 2024 · 0 comments
Open

Add liquid cluster support #103

ravi-databricks opened this issue Oct 10, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ravi-databricks
Copy link
Contributor

Add liquid cluster support while creating tables as per docs

  • Add attribute for cluster_by into onboarding file which can be used as below
create_streaming_table(
  name = "<table-name>",
  comment = "<comment>"
  spark_conf={"<key>" : "<value", "<key" : "<value>"},
  table_properties={"<key>" : "<value>", "<key>" : "<value>"},
  partition_cols=["<partition-column>", "<partition-column>"],
  cluster_by = ["<clustering-column>", "<clustering-column>"],
  path="<storage-location-path>",
  schema="schema-definition",
  expect_all = {"<key>" : "<value", "<key" : "<value>"},
  expect_all_or_drop = {"<key>" : "<value", "<key" : "<value>"},
  expect_all_or_fail = {"<key>" : "<value", "<key" : "<value>"},
  row_filter = "row-filter-clause"
)
@ravi-databricks ravi-databricks added the enhancement New feature or request label Oct 10, 2024
@ravi-databricks ravi-databricks added this to the v0.0.9 milestone Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant