-
Notifications
You must be signed in to change notification settings - Fork 227
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
[ADAP-931] [Bug] Values in seeds that should convert to null
aren't working for session
connection method
#901
Comments
Thanks for reaching out @vakarisbk ! And thanks for providing such a well-constructed example 🏆 Could you try this? dbt build -s +test_null --full-refresh
dbt show --inline "select * from {{ ref('test_null') }} order by type" --limit 10 This worked for me, and here's the output that I got:
Since this looks like it's working, I'm going to close this as "can't reproduce". But please let me know if you still think this is an issue and we can consider re-opening this. |
@dbeatty10 thanks for your response. I just re-ran the tests and got my originally reported results back. |
Thank you for that insight @vakarisbk -- will re-open this! Nice eyes on ReprexUsing the example here, the following commands do give the expected output when using the ✅
Acceptance criteria
SummaryWe are unable to prioritize this ourselves, so I'm going to lable this as "help wanted". |
null
aren't working for session
connection method
Is this a new bug in dbt-spark?
Current Behavior
Null values in csv seeds appear as string "None" or empty string in the materialized table when using Spark Session connection or the Spark Connect method in development on #899
Expected Behavior
Null values in seeds should be materialized as null values.
Steps To Reproduce
seed_null.csv
:test_null.sql
:Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: