Skip to content

Partitioning value in create_table() properties #7391

Closed Answered by cpcloud
vmsaipreeth asked this question in Q&A
Discussion options

You must be logged in to vote

If the connector you're working with does actually have a partitioning property, you should be able to pass that in as a Python list:

connection.create_table(
    "test_partition",
    obj=df_ibis,
	overwrite=True,
	properties={"partitioning": ["column_name"]},
)

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vmsaipreeth
Comment options

Answer selected by vmsaipreeth
Comment options

You must be logged in to vote
1 reply
@gforsyth
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants