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
Example query:
select * from dblink('hosting_insights',$REDSHIFT$ SELECT distinct hm_user.company FROM metabase_database LEFT JOIN hm_hosted_instance ON metabase_database.etl_source_instance_id = hm_hosted_instance.id LEFT JOIN hm_user ON hm_hosted_instance.owner_id = hm_user.id WHERE metabase_database.is_sample = FALSE $REDSHIFT$) as t1(customer text)
Interestingly enough, this is a :postgres query on Stats...
:postgres
Queries affected on Stas: 93
The text was updated successfully, but these errors were encountered:
We're not working on this right now, as the feature is less likely to be used by our customers relative to its use in our own server.
Sorry, something went wrong.
No branches or pull requests
Example query:
Interestingly enough, this is a
:postgres
query on Stats...Queries affected on Stas: 93
The text was updated successfully, but these errors were encountered: