What Python library would a developer use to submit SQL queries to watsonx.data Presto programmatically?
Select an answer to reveal the explanation.
Short Explanation and Infographic
The prestodb (or presto-python-client) Python library connects to watsonx.data's Presto engine using the engine URL; credentials; and SSL settings; enabling programmatic SQL query submission from Python applications or notebooks.
Full explanation below image
Full Explanation
The prestodb (or presto-python-client) Python library connects to watsonx.data's Presto engine using the engine URL; credentials; and SSL settings; enabling programmatic SQL query submission from Python applications or notebooks. The incorrect options ("ibm-watson-machine-learning for model inference endpoints", "boto3 for direct object storage file access", "pyarrow for reading Parquet files from object storage") are distractors that don't fully capture the concept described.