We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
However, it seems to fail when the jdbcWrapper.resolveTable is called.
jdbcWrapper.resolveTable
In this code: ccfbe44#diff-743d6c0c9fa21fd5da1d11fa72cbf0636eabb4204b3507f7881c0fdcded20cfcR69
try { schema = jdbcWrapper.resolveTable(conn, params.table.get.name, params) params.setColumnMap( generateColumnMap( data.schema, schema, params.columnMismatchBehavior == "error") ) } finally conn.close() }
cc @binglihub @adam-richardson-openai
The text was updated successfully, but these errors were encountered:
No branches or pull requests
However, it seems to fail when the
jdbcWrapper.resolveTable
is called.In this code: ccfbe44#diff-743d6c0c9fa21fd5da1d11fa72cbf0636eabb4204b3507f7881c0fdcded20cfcR69
cc @binglihub @adam-richardson-openai
The text was updated successfully, but these errors were encountered: