Fran Lozano

Results 9 comments of Fran Lozano

He parseado los PDFs de los años 2015 y 2019 para la Comunidad de Madrid en este [repositorio](https://github.com/franloza/infoelectoral-madrid). Me gustaría saber cómo podría aportar los datos a este repositorio. Creo...

I'm going to open a PR to solve this issue.

I opened [Fix Google Sheets source to not dropping columns if 1st value is null #634](https://github.com/dlt-hub/verified-sources/pull/634) but I'm not sure it is necessary. I've not been able to replicate the...

I was able to reproduce the issue with a toy example with a similar schema, and the solution proposed by @malramsay64 (Using `table_adapter_callback ` instead of `query_adapter_callback `) worked. ```python...

I opened a PR to fix this issue: https://github.com/sqlfluff/sqlfluff/pull/7205

I opened a PR to fix a related issue (https://github.com/sqlfluff/sqlfluff/issues/6784), but I could not reproduce this issue with version `3.4.1` ```bash $ sqlfluff --version sqlfluff, version 3.4.1 $ sqlfluff lint...

Hey @gualtfor, I think the issue is in the configuration file. These errors are caused by the trailing commas in the `[sqlfluff:indentation]` configuration section. **With trailing commas**: ``` sqlfluff fix...

Hi! Is this an issue? I replicated the error with the code provided ``` ==== parsing violations ==== L: 1 | P: 1 | PRS | Line 1, Position 1:...

I opened a PR to fix the first issue (ALTER TABLE): https://github.com/sqlfluff/sqlfluff/pull/7187