dbt-labs / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
https://dbt-athena.github.io
Apache License 2.0
228 stars 100 forks source link

Run on `pull_request_target` to pick up environment variables and secrets on forks #750

Closed mikealfare closed 3 weeks ago

mikealfare commented 4 weeks ago

Checklist

mikealfare commented 4 weeks ago

The checks aren't running because this branch does not have a trigger (this branch says to look at main) and main does not have a trigger (main says to look at the incoming branch). Once this is merged, the next PR should trigger the same checks since then main will get triggered on a PR.

nicor88 commented 4 weeks ago

@mikealfare good catch here, we faced this issue back then on PR coming from a fork, should resolve the issue on #746