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

Inspect generated dbt projects hosted by the normalization pod on K8S #8090

Closed
m-ronchi opened this issue Nov 18, 2021 · 2 comments
Closed

Comments

@m-ronchi
Copy link
Contributor

Tell us about the problem you're trying to solve

I want to inspect the generated dbt project (and related config/catalog) of the normalization pod on kubernetes.

this both for exporting / editing / running it separately, and also for debugging it if something goes wrong

Describe the solution you’d like

use a persistent volume to store stuff instead of copying it into the pod via code
(with a cleanup strategy to prevent unbounded growth)

Describe the alternative you’ve considered or used

setup a parallel airbyte docker deployment, replicate the connection, run it locally, and using that, bit it is:

  • complicated, with many manual steps and moving parts
  • not an exact replica of the pod (especially needed for debugging)

Additional context

FB Marketing normalization exploded, and I don't know what happened

@m-ronchi m-ronchi added the type/enhancement New feature or request label Nov 18, 2021
@alafanechere alafanechere changed the title Make Kubernetes normalization debuggable Inspect generated dbt projects hosted by the normalization pod on K8S Nov 19, 2021
@jrhizor jrhizor added priority/medium Medium priority area/platform issues related to the platform labels Nov 29, 2021
@ChristopheDuong
Copy link
Contributor

related to #3365

@marcosmarxm
Copy link
Member

Normalization is a deprecated feature and will be removed in future releases of Destination this issue won't be worked on.

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

No branches or pull requests

10 participants