ldacey
ldacey
I was able to get everything working by following this chain. Running docker exec -it /entrypoint.sh bash helped a lot.. I was so confused for hours (days) before this. I...
Confirming that this solution worked for me as well.
The documentation you linked was helpful for me. I am now able to get turbodbc up and running without conda for the first time. I am installing pyarrow in a...
Well, the build worked but then turbodbc was not able to find pyarrow during actual tasks. Both libraries are installed in the same environment. I will try @pecigonzalo's approach with...
Negative. I ended up installing with mamba instead and used a package called conda-pack to avoid having conda installed in my final image. ``` COPY ${ENV_FILE} /conda-env.yml #creates the conda...
I tried using the --apps-git-token and --apps-git-user but I still had no luck. My repo is on gitlab and I am trying to install the demo app
Ran into the same issue. We also started in 2017 which should be around version 1.8 something and have upgraded since then. I ran the commands @joshowen posted and now...
I haven't had a chance to move to 2.4.0 yet. Is there a way to filter datasets by tags, potentially? I normally tag different dags with the project/client name. It...
Nice, that would be great. A lot of our clients are completely distinct - if I am showing a demo or screenshot for "Client A", I do not want to...
is there a workaround to get connectorx to work with Snowflake as well? I just tested all of our sources (MySQL, MS SQL, Postgres, Redshift) and everything seemed great. I...