Jason Walker
Jason Walker
What version of pgfutter? I ask because I had a similar panic on v1.2, but when I built from source it ran fine. There have been a few fixes since...
I suspect that the "failing silently" part of this is fixed with the (currently open) pull request #67.
Given the following example: ``` foo,"",bar foo,,bar ``` Would you consider the first record to have an empty string and the second to have null?
Looks like [Postgres 11 SQL Keywords](https://www.postgresql.org/docs/11/sql-keywords-appendix.html) could be used as a reference for this. @lukasmartinelli I see 3 possible solutions, in my personal order of preference: 1. Quote column names...
I suspect that #67 might fix the silent error here
This looks like a duplicate of #59 to me
I actually just had to solve this. Perhaps I can work on it.
Seems like this is at least related to or would be fixed by https://github.com/dbt-labs/dbt-core/issues/7149
I am having the same issue with v3.0.3
Via Docker daemon. As blackd is basically a daemon connected to a port, it could very well be a stand alone daemon or container. https://github.com/c-v-ya/blackd is an example of how...