Structured Dataset Sources #23
diannewood
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Dataset sources are currently defined as raw strings:
source: "ANALYTICS.PUBLIC.ORDERS"Issues:
Proposal
Option A: Inline structured source
Option B: Separate connection object
Option B provides additional benefits.
Note
Query-based datasets also need to be addressed including how to handle cases where database and schema are defined both as connection properties and within the query.
All reactions