Martin O'Leary
Martin O'Leary
> What language server are you using? https://code.visualstudio.com/docs/python/settings-reference#_python-language-server-settings Mine is set to Pylance. With nothing other than that showing in UI (so have to assume all settings at that link...
I've re-installed both my pylance and python extensions but the fact that this works for `BaseModel` subtypes and not `Config` subtypes still seems like a nudge in the direction of...
JFYI I've reached out to the community channel on slack regarding this as I can't image this is high priority ATM https://dagster.slack.com/archives/C01U954MEER/p1714051206528199
Hey Folks - I have been trying to get me head around this for the last 2 days with no luck. I use a `.env` file for things like AWS...
Indeed I was - the `remoteEnv` variables seem to be unsetting the variables that are set from .env if they are unset in the `localEnv` - is it possible to...
Thanks @stuartleeks - The issue I had was in trying to leave the `.devcontainer.json` alone i.e. not add any `remoteEnv` object to the file (because the .env file approach worked...
> Ended up doing it with the shell: > > ```yaml > - name: Import environment variables from a file > id: import-env > shell: bash > run: | >...
> I faced with the same question and made a [export-env-action](https://github.com/cardinalby/export-env-action) that you can use as one of your steps: > > **constants.env file:** > > ```dotenv > PROTOCOL=https >...
Any update here? Have folks found a workaround? I use DBT so this functionality is absolutely needed in an SQL formatter.
@madtoinou It looks like the answer for this is to use another library then? It's not possible to fill missing data always and that is exactly why we end up...