* Update GitHub Actions workflow for dbt integration tests
- Renamed the workflow to 'dbt_run_integration_test' for clarity.
- Removed the scheduled cron job to simplify the workflow.
- Updated the job to use a template from FlipsideCrypto for better maintainability.
- Adjusted the command to run integration tests using a selector.
- Enhanced environment handling based on the branch context.
* Update GitHub Actions workflow for dbt integration tests
- Renamed the workflow to 'integration test' for clarity.
- Added support for manual dispatch with environment input.
- Implemented scheduled runs for both hosted and production environments.
- Enhanced job configurations to streamline environment handling and command execution.
- Updated commands to run specific integration tests for better accuracy.
* Update dbt integration test workflow to enhance environment handling
- Modified the warehouse selection logic to include 'workflow_prod' as a valid condition for using 'DBT_CLOUD'.
- Updated the environment assignment to correctly map 'workflow_prod' to 'prod' and 'workflow_dev' to 'dev', improving clarity and functionality in the workflow.
* Update dbt integration test workflow to refine environment conditions
- Adjusted the warehouse selection logic to include 'workflow_dev' alongside 'workflow_prod' for using 'DBT_CLOUD'.
- Enhanced the environment assignment to ensure accurate mapping for 'workflow_dev' and 'workflow_prod', improving the workflow's clarity and functionality.
* set environment variables conditionally based on dispatch event
abstract target to environment variable
use input variable for python version
* workflow fixes
* Squashed commit of the following:
commit 3c297e75fb
Author: Julius Remigio <14811322+juls858@users.noreply.github.com>
Date: Wed Oct 25 15:08:41 2023 -0700
set environment variables conditionally based on dispatch event (#63)
abstract target to environment variable
use input variable for python version