information_schema
does not have the details of a newly created connection
#4456
Labels
information_schema
does not have the details of a newly created connection
#4456
Create a new dynamic connection eg csv:
Run query:
steampipe query "SELECT table_name FROM information_schema.tables WHERE table_schema = 'csv5';"
Returns empty:
Running it the second time returns the results:
Weirdly, the information_schema does not have the new created connection details yet, but the connection is ready to be used/queried.
Querying the connection works:
steampipe query "SELECT * from csv5.new2;"
The text was updated successfully, but these errors were encountered: