From d00d610503ee026dfa8312ff184313e9f5cf7625 Mon Sep 17 00:00:00 2001 From: Mila Page Date: Thu, 8 Aug 2024 14:07:15 -0700 Subject: [PATCH] Revert to 3.11. Add note about unixodbc --- .github/workflows/integration.yml | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index beaec17b4..699d45391 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -123,7 +123,7 @@ jobs: - name: Set up Python for dagger uses: actions/setup-python@v5 with: - python-version: "3.12" # temp + python-version: "3.11" - name: Update Adapters and Core branches (update dev_requirements.txt) if: github.event_name == 'workflow_dispatch' diff --git a/README.md b/README.md index 7e95b1fc3..adeb16915 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,13 @@ rm -rf ./.hive-metastore/ rm -rf ./.spark-warehouse/ ``` +#### Additional Configuration for MacOS + +If installing on MacOS, use `homebrew` to install required dependencies. + ```sh + brew install unixodbc + ``` + ### Reporting bugs and contributing code - Want to report a bug or request a feature? Let us know on [Slack](http://slack.getdbt.com/), or open [an issue](https://github.com/fishtown-analytics/dbt-spark/issues/new).