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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Low priority issue; we could not find this syntax specifically used with Tableau, but other BI tools and JDBC applications may use this type of syntax.
Somewhat similar to #213, but this appears in the FROM clause.
Using Docker image amazon/opendistro-for-elasticsearch:1.1.0 Dataset: Flights sample data (loaded through Kibana) SQL Plugin version: 1.1.0.1
Example Query:
SELECT Carrier FROM odfe-cluster.kibana_sample_data_flights
Results
Raw response received: {
"error": {
"reason": "Invalid SQL query",
"details": "Field [odfe-cluster.kibana_sample_data_flights] cannot be found or used here.",
"type": "SemanticAnalysisException"
},
"status": 400
}
Expectation:
Able to recognize this as a qualified table name in the odfe-cluster catalog.
The text was updated successfully, but these errors were encountered:
Low priority issue; we could not find this syntax specifically used with Tableau, but other BI tools and JDBC applications may use this type of syntax.
Somewhat similar to #213, but this appears in the
FROM
clause.Using Docker image
amazon/opendistro-for-elasticsearch:1.1.0
Dataset: Flights sample data (loaded through Kibana)
SQL Plugin version: 1.1.0.1
Example Query:
SELECT Carrier FROM odfe-cluster.kibana_sample_data_flights
Results
Expectation:
Able to recognize this as a qualified table name in the
odfe-cluster
catalog.The text was updated successfully, but these errors were encountered: