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

feature: meltano compile - expand stream attributes in manifest.json #8369

Open
jaceksan opened this issue Jan 22, 2024 · 0 comments
Open

feature: meltano compile - expand stream attributes in manifest.json #8369

jaceksan opened this issue Jan 22, 2024 · 0 comments

Comments

@jaceksan
Copy link

Feature scope

Configuration (settings parsing, validation, etc.)

Description

meltano compile creates manifest.json.
The problem is that it does not expand attributes in streams.
Example: using tap-github, I declare workflows.*. When I run the compile, manifest.json contains workflows.*, the wildcard is not expanded.

Current workaround solution:
Run meltano select --list --all and extract selected (and expanded) attributes for the workflows stream.
It is not an ideal workaround because meltano select command is much slower than meltano compile.

Questions:
Would it be feasible to extend the meltano compile command accordingly?
If yes, I can contribute, if anyone is so kind as to guide me.

Answer from @edgarrmondragon:

I think so:

It's possible that implementing this makes meltano compile somewhat slower. We could make it optional, though.

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

2 participants