planning any support to inject env vars into yaml?
# announcements
d
planning any support to inject env vars into yaml?
❤️ 2
s
this is a great alley-oop for @alex to dunk
a
ya im working on adding new config types as we speak - they would support
key: "the value"
or
Copy code
key:
  env: ENV_VAR_FOR_VALUE
d
boom
ETA?
a
https://dagster.phacility.com/D1956 hoping to get it out in our next release projected for Tue of next week
👍 1
d
boooooom
s
ETA to master will be pending the message thread alex and I had going about the right direction to go with that diff
and how hard we make our job
best timed general question so far i think
😃 1
d
nw. great to know its coming at least
Lol
m
an obvious plant
e
any plans in the pipes for mapping resources to different names? the db_info resource in the examples is really great but after creating a generic sql_solid I was hoping the purpose could be to reuse that solid for multiple databases. but currently you would have to define a new resource for every one you would want to connect to in the pipeline yaml. seems a little silly or maybe I'm just doing it wrong.
a
yep - definitely something we know we need. In fact we built it once already and just recently removed it upon realizing it was totally broken.