You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the below code, where pipeline delimiter is being used with input_format as csv. Inside the expect() block, its not recognizing the delimiter and format, and throws the error,
Database Error in test curr_table (tests/model_test/curr_table_test.sql)
001003 (42000): SQL compilation error:
syntax error line 1 at position 0 unexpected 'users_id'.
The text was updated successfully, but these errors were encountered:
Thank you for your feedback.
I can't reproduce your issue. Please run your test with --vars "verbose: true" and send me the output. It would also help if you send your unit_tests_config` as well.
Thanks
The issue got fixed by making changes in the tab space for each column. Is there any limitations/requirement in the tab space? Like there should not be more than 5 tabs or some thing like this.
I am using the below code, where pipeline delimiter is being used with input_format as csv. Inside the expect() block, its not recognizing the delimiter and format, and throws the error,
I am getting the below error,
The text was updated successfully, but these errors were encountered: