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

[WIP][CHIP] Namespace override #701

Open
cristianfr opened this issue Feb 28, 2024 · 0 comments
Open

[WIP][CHIP] Namespace override #701

cristianfr opened this issue Feb 28, 2024 · 0 comments

Comments

@cristianfr
Copy link
Collaborator

cristianfr commented Feb 28, 2024

Problem Statement

When testing, or debugging it is generally preferable to leave the production tables untouched while outputting data to a "dev" namespace. Having the ability to override the namespace from the CLI would have the following benefits:

  • Avoid dropping or writing to production by mistake.
  • Allow partial computation of log-flattener job based on hourly tables for example by using a separate namespace to process partial data.

Requirements

  • Override output namespace on cli

Verification

  • TBD

Approach

  • TBD

User API (when required)

  • CLI arg for run.py or Driver.scala (that gets push down naturally)

Planning

TBD

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

No branches or pull requests

1 participant