dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

Adap 1049/lazy load agate #1050

Closed VersusFacit closed 3 months ago

VersusFacit commented 3 months ago

resolves #1049

Problem

Let's lazy load Agate and make it available for type checking.

Solution

Propagates the lazy load paradigm from other adapter PRs.

Checklist