Matteo Ferrando

Results 95 comments of Matteo Ferrando

I have read the CLA Document and I hereby sign the CLA

Failing when recreating the environment: https://github.com/fal-ai/fal/actions/runs/3221520624/jobs/5269566639#step:8:7347 ``` The conflict is caused by: dbt-bigquery 1.1.1 depends on google-cloud-bigquery=1.25.0 google-cloud-bigquery[bqstorage,pandas] 3.3.3 depends on google-cloud-bigquery 3.3.3 (from https://files.pythonhosted.org/packages/5c/7c/db3479129be691929611975381b5c0b090f5bd4e27eaf2ee274bf0807e7c/google_cloud_bigquery-3.3.3-py2.py3-none-any.whl (from https://pypi.org/simple/google-cloud-bigquery/) (requires-python:>=3.7,

> > I think the only solution is to do two separate pip calls. > > @chamini2 but then we would end up overriding the `dbt-bigquery`'s dependency requirements, no? (or...

https://github.com/fal-ai/fal/actions/runs/3222150785/jobs/5270910825

testing locally I got: ``` 14:53:54 7 of 8 START python table model main.orders_forecast ........................... [RUN] 14:53:58 Unhandled error while executing model.jaffle_shop.orders_forecast Missing optional dependency 'fsspec'. Use pip or conda...

> do you think it makes sense to add some except_handler stuff around the places where we actually write data since we now use a more unified connection? Well, we...

I am getting the same error trying to write to [GCS with S3 protocol](https://github.com/duckdb/duckdb/issues/1403#issuecomment-1114138641). ``` D SELECT * FROM orders_daily LIMIT 2; ┌────────────┬─────────────┬─────────────────┬──────────────────┬───────────────────────┬────────────────┬───────────────┬──────────────┐ │ order_date │ order_count │ returned_status │...

I don't really understand 😕, does it accept `withRelated`?

I was thinking of the remove command like a `git revert`, it should run the `revert` for the specified migration and add a line in the plan like in the...

We thought of that option, but would mean to include aliases to ease development. May I ask why you are not keen on environment variables in the sqitch.conf?