README.md
pyproject.toml
src/gcp_pipeline_framework/__init__.py
src/gcp_pipeline_framework/cli.py
src/gcp_pipeline_framework.egg-info/PKG-INFO
src/gcp_pipeline_framework.egg-info/SOURCES.txt
src/gcp_pipeline_framework.egg-info/dependency_links.txt
src/gcp_pipeline_framework.egg-info/entry_points.txt
src/gcp_pipeline_framework.egg-info/requires.txt
src/gcp_pipeline_framework.egg-info/top_level.txt
src/gcp_pipeline_framework/config/PROJECT_CONTEXT.md
src/gcp_pipeline_framework/config/README.md
src/gcp_pipeline_framework/config/copilot-instructions.md
src/gcp_pipeline_framework/config/dockerignore
src/gcp_pipeline_framework/config/gcloudignore
src/gcp_pipeline_framework/config/gitignore
src/gcp_pipeline_framework/config/pyproject.toml
src/gcp_pipeline_framework/config/qodana.yaml
src/gcp_pipeline_framework/deployments/bigquery-to-mapped-product/Dockerfile
src/gcp_pipeline_framework/deployments/bigquery-to-mapped-product/README.md
src/gcp_pipeline_framework/deployments/bigquery-to-mapped-product/cloudbuild.yaml
src/gcp_pipeline_framework/deployments/bigquery-to-mapped-product/pyproject.toml
src/gcp_pipeline_framework/deployments/data-pipeline-orchestrator/Dockerfile
src/gcp_pipeline_framework/deployments/data-pipeline-orchestrator/README.md
src/gcp_pipeline_framework/deployments/data-pipeline-orchestrator/cloudbuild.yaml
src/gcp_pipeline_framework/deployments/data-pipeline-orchestrator/pyproject.toml
src/gcp_pipeline_framework/deployments/fdp-to-consumable-product/Dockerfile
src/gcp_pipeline_framework/deployments/fdp-to-consumable-product/README.md
src/gcp_pipeline_framework/deployments/fdp-to-consumable-product/cloudbuild.yaml
src/gcp_pipeline_framework/deployments/fdp-to-consumable-product/pyproject.toml
src/gcp_pipeline_framework/deployments/mainframe-segment-transform/README.md
src/gcp_pipeline_framework/deployments/mainframe-segment-transform/pyproject.toml
src/gcp_pipeline_framework/deployments/original-data-to-bigqueryload/Dockerfile
src/gcp_pipeline_framework/deployments/original-data-to-bigqueryload/README.md
src/gcp_pipeline_framework/deployments/original-data-to-bigqueryload/cloudbuild.yaml
src/gcp_pipeline_framework/deployments/original-data-to-bigqueryload/pyproject.toml
src/gcp_pipeline_framework/deployments/postgres-cdc-streaming/Dockerfile
src/gcp_pipeline_framework/deployments/postgres-cdc-streaming/README.md
src/gcp_pipeline_framework/deployments/postgres-cdc-streaming/pyproject.toml
src/gcp_pipeline_framework/deployments/spanner-to-bigquery-load/README.md
src/gcp_pipeline_framework/docs/AUDIT_INTEGRATION_GUIDE.md
src/gcp_pipeline_framework/docs/BDD_TESTING_GUIDE.md
src/gcp_pipeline_framework/docs/BEAM_FILE_PROCESSING_GUIDE.md
src/gcp_pipeline_framework/docs/CONFIG_DRIVEN_PIPELINE_SPEC.md
src/gcp_pipeline_framework/docs/CONTEXT_SHORT.md
src/gcp_pipeline_framework/docs/CREATING_NEW_DEPLOYMENT_GUIDE.md
src/gcp_pipeline_framework/docs/DAG_DEVELOPMENT_GUIDE.md
src/gcp_pipeline_framework/docs/DATA_QUALITY_GUIDE.md
src/gcp_pipeline_framework/docs/DBT_CONFIG_DRIVEN_SPEC.md
src/gcp_pipeline_framework/docs/DEPLOYMENT_OPERATIONS_GUIDE.md
src/gcp_pipeline_framework/docs/DEVELOPER_TESTING_GUIDE.md
src/gcp_pipeline_framework/docs/DOCKER_COMPOSE_GUIDE.md
src/gcp_pipeline_framework/docs/E2E_FUNCTIONAL_FLOW.md
src/gcp_pipeline_framework/docs/E2E_TESTING_GUIDE.md
src/gcp_pipeline_framework/docs/ERROR_HANDLING_GUIDE.md
src/gcp_pipeline_framework/docs/FAILURE_HANDLING_AND_RECOVERY_SPEC.md
src/gcp_pipeline_framework/docs/FINOPS_STRATEGY.md
src/gcp_pipeline_framework/docs/GCP_DEPLOYMENT_GUIDE.md
src/gcp_pipeline_framework/docs/GKE_COMPOSER_GUIDE.md
src/gcp_pipeline_framework/docs/GKE_DEPLOYMENT_GUIDE.md
src/gcp_pipeline_framework/docs/GOLDEN_PATH_PROPOSAL.md
src/gcp_pipeline_framework/docs/INFRASTRUCTURE_REQUIREMENTS.md
src/gcp_pipeline_framework/docs/MODULARIZATION_AND_CONFIG_ROADMAP.md
src/gcp_pipeline_framework/docs/PRODUCTION_RELEASE_GUIDE.md
src/gcp_pipeline_framework/docs/PUBSUB_KMS_GUIDE.md
src/gcp_pipeline_framework/docs/STANDARD_MIGRATION_TASKS.md
src/gcp_pipeline_framework/docs/TECHNICAL_ARCHITECTURE.md
src/gcp_pipeline_framework/docs/__init__.py
src/gcp_pipeline_framework/infrastructure/README.md
src/gcp_pipeline_framework/infrastructure/k8s/README.md
src/gcp_pipeline_framework/infrastructure/k8s/airflow/Dockerfile
src/gcp_pipeline_framework/infrastructure/k8s/airflow/README.md
src/gcp_pipeline_framework/infrastructure/k8s/airflow/values-simple.yaml
src/gcp_pipeline_framework/infrastructure/k8s/airflow/values.yaml
src/gcp_pipeline_framework/infrastructure/k8s/workloads/namespace.yaml
src/gcp_pipeline_framework/infrastructure/k8s/workloads/serviceaccount.yaml
src/gcp_pipeline_framework/infrastructure/terraform/dataflow.tf
src/gcp_pipeline_framework/infrastructure/terraform/main.tf
src/gcp_pipeline_framework/infrastructure/terraform/outputs.tf
src/gcp_pipeline_framework/infrastructure/terraform/security.tf
src/gcp_pipeline_framework/infrastructure/terraform/services.tf
src/gcp_pipeline_framework/infrastructure/terraform/variables.tf
src/gcp_pipeline_framework/infrastructure/terraform/bootstrap/main.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/main.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/outputs.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/variables.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/ingestion/main.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/ingestion/variables.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/orchestration/main.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/orchestration/variables.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/transformation/main.tf
src/gcp_pipeline_framework/infrastructure/terraform/systems/generic/transformation/variables.tf
src/gcp_pipeline_framework/workflows/ci-automation.yml
src/gcp_pipeline_framework/workflows/ci.yml
src/gcp_pipeline_framework/workflows/deploy-generic.yml
src/gcp_pipeline_framework/workflows/deploy-gke.yml
src/gcp_pipeline_framework/workflows/publish-libraries.yml
src/gcp_pipeline_framework/workflows/qodana_code_quality.yml
src/gcp_pipeline_framework/workflows/test.yml