-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delimiters in properties.yml doesn't work correctly #1119
Comments
Thanks for reporting this @salimmoulouel ! Could you provide more code details to help us reproduce what you are seeing? For example, something like this:
seeds:
- name: my_seed
config:
delimiter: "|" |
Hello, Thank you for replying.
i commented the MR which is supposed to solve the problem here When i use | as delimiter in the properties.yml
i get
|
I was able to reproduce this bug.
When I configure my seed delimiter in a properties yml file:
I get a failure:
However, I am able to configure this in my dbt_project.yml file:
and get a successful
We should either update the docs or allow folks to configure the delimiter in the properties yml file. |
We're only able to reproduce this issue in bigquery, all other adapters seem to be working fine. I'm going to transfer this over to |
I opened a PR, it's my first PR, if you have any comments or suggestion |
Hope you're doing well! I wanted to chat about some merge requests I've submitted to dbt. It's been over Two months since I sent them in, and I haven't heard a peep back. Any chance you could give me the lowdown on what's up with them? I get that running an open-source project can be hectic, and I totally respect the hustle. But it's a bit frustrating not knowing where my contributions stand. I've put some real effort into these requests and would love to see them get some love. If there's anything I need to tweak or if my requests aren't quite hitting the mark, I'm all ears. Just looking for some clarity so I can get back in the game! Thanks a bunch for your time, and looking forward to hearing from you soon. |
@salimmoulouel I responded to your Community Slack post |
Is this a new bug in dbt-core?
Current Behavior
when i put
delimiter : "|"
Expected Behavior
create table from seed
Steps To Reproduce
put delimiter "|" in the properties.yml
Relevant log output
Environment
Which database adapter are you using with dbt?
bigquery
Additional Context
No response
The text was updated successfully, but these errors were encountered: