Skip to main content

Community

Connector Improvement: Allow adding custom columns to a destination table

Answered

Please sign in to leave a comment.

Comments

2 comments

  • Official comment

    Hi Shai, 


    Thank you for sharing your feedback! Could you let me know which source and destination you’re working with? This will help us investigate further and ensure we address your needs effectively.


    Hi Rean,

    This was originally posted in regards to the "Google Cloud Function" connector, that fetches data from a specific cloud function we have, with a BigQuery destination.

    I think the source (connector) is less relevant here and this might be relevant for any BigQuery destinated connection - the option to add a custom column that is not fetched from the connector, without having it nullified, would be great.

    Use cases can be:

    1. Surrogate Keys that are generated automatically in the data warehouse but don't arrive from the source
    2. Auto-value columns like ingestion_timestamp or numeric indexes
    3. Clustering columns that are auto-calculated and extracted from existing columns

    etc.