Skip to content

Add column to control table that determines data extract behavior #8

@chris-koester-db

Description

@chris-koester-db

Currently the only behavior is to run queries using Lakehouse Federation. Adding support for bcp and Redshift's UNLOAD requires a new column that controls the data extract behavior.

Todo

  • Add a column called extract_type with allowed values query, unload, and bcp.
  • Pass this value into a notebook that extracts the data using the specified behavior
  • If behavior is other than a query, data needs to then be inserted into the target table

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions