Skip to content

Attio source partitioning#554

Draft
sabrikaragonen wants to merge 1 commit intomainfrom
cursor/attio-source-partitioning-f3df
Draft

Attio source partitioning#554
sabrikaragonen wants to merge 1 commit intomainfrom
cursor/attio-source-partitioning-f3df

Conversation

@sabrikaragonen
Copy link
Copy Markdown
Contributor

Remove partitioning from the Attio source to prevent write multiplication and BigQuery quota issues.

Attio does not support incremental loading, and the existing partitioning caused each full table refresh to write to multiple partitions based on historical data, leading to BigQuery's "Number of partition modifications to a column partitioned table" quota limit.


Slack Thread

Open in Web Open in Cursor 

Attio doesn't support incremental loading and uses REPLACE write disposition,
making partitioning unnecessary. The daily partitioning on created_at was
causing BigQuery quota issues due to write multiplication when running
full table replaces.

Removes partition config from: objects, records, lists, list_entries,
and all_list_entries resources.

Co-authored-by: Sabri Karagönen <sabri@karagonen.com>
@cursor
Copy link
Copy Markdown

cursor Bot commented Feb 26, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants