Hey folks, does anyone know if we can have a param...
# getting-started
h
Hey folks, does anyone know if we can have a parameterised select in
meltano.yml
so that pipelines can dynamically load entities?
Not sure if this is the best way but we're referencing the selected entities dynamically by referencing env vars.
export TAP_SELECT = "['tickets.*','!tickets.tag']"
Copy code
select:
   - $TAP_SELECT
e
This a great solution! Did you have an alternative in mind?