[CT-1239] [Feature] Allow partitions in external tables to be supplied as a list #5929
Closed
3 tasks done
Labels
enhancement
New feature or request
help_wanted
Trickier changes, with a clear starting point, good for previous/experienced contributors
Is this your first time submitting a feature request?
Describe the feature
Partitions in external tables can be supplied as a list (currently a name and data type are the minimum requirements).
Describe alternatives you've considered
Supplying a list of partitions with
name
anddata_type
values is superfluous, especially thedata_type
as this is not used. While specifying the partitions in this way works, it is not a great user experiences.Who will this benefit?
Users of the
dbt-external-tables
package that have a Spark/Databricks connection.Are you interested in contributing this feature?
Yes.
Anything else?
Background can be found in this comment on a PR for
dbt-external-tables
.The text was updated successfully, but these errors were encountered: