Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] Cast from bool to string #39

Closed
wants to merge 38 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e4c1aef
Add dbt profile to the project
wcchang1115 May 16, 2024
3aaa254
Merge pull request #2 from DataRecce/dbt/profiles
wcchang1115 May 16, 2024
2c2dc03
Merge branch 'opensource-observer:main' into dev
kentwelcome May 16, 2024
5ec9600
Add recce staging env preparation workflow
wcchang1115 May 20, 2024
8f3bf78
Refine workflow
wcchang1115 May 20, 2024
c80542c
Merge pull request #5 from DataRecce/ci/staging-daily-job
wcchang1115 May 20, 2024
4cf3ac5
Add recce ci workflow
wcchang1115 May 16, 2024
29254a0
Add triggering event
wcchang1115 May 20, 2024
fe1d438
[Feature] DRC-443 Setup dev-container to integrate with GitHub Codespace
kentwelcome May 16, 2024
9b75cd3
[Feature] Execute recce by bash script
kentwelcome May 21, 2024
7cdf571
Merge pull request #17 from DataRecce/feature/drc-430-setup-devcontai…
kentwelcome May 21, 2024
f9768ce
Add condition to staging env preparation workflow
wcchang1115 May 22, 2024
d5598be
Merge pull request #28 from DataRecce/ci/update-staging-daily-job
wcchang1115 May 22, 2024
247461e
Merge pull request #1 from DataRecce/dbt/artifacts_by_user
wcchang1115 May 23, 2024
8027ae6
[Fix] Skip dbt build when recce state file is found
kentwelcome May 23, 2024
78b0572
Ad prsync
popcornylu May 21, 2024
8bfc679
Add prsync
popcornylu May 21, 2024
4ad2383
Add prsync
popcornylu May 21, 2024
fa2fcf3
Add prsync
popcornylu May 22, 2024
db3d54d
Add workflow
popcornylu May 22, 2024
d9b9163
Add git username
popcornylu May 22, 2024
719e453
Add workflow permission
popcornylu May 22, 2024
f53fce4
Add PAT
popcornylu May 23, 2024
1a131dc
Update the ci
popcornylu May 23, 2024
3f6b2fe
Merge pull request #20 from DataRecce/feature/drc-444-implement-the-g…
popcornylu May 23, 2024
3452a85
Merge pull request #31 from DataRecce/feature/drc-446-enhancement-loa…
kentwelcome May 23, 2024
4be70f2
Add manual trigger
popcornylu May 23, 2024
65f86eb
Merge pull request #33 from DataRecce/chore/add-manual-dispatch-for-ci
popcornylu May 23, 2024
ad428aa
Add manual trigger
popcornylu May 23, 2024
00696a3
Merge pull request #34 from DataRecce/chore/add-manual-dispatch-for-ci
popcornylu May 23, 2024
2ade5f0
Dont put the workflow file in the prsync
popcornylu May 23, 2024
8bd2fb6
Merge pull request #35 from DataRecce/chore/add-manual-dispatch-for-ci
popcornylu May 23, 2024
e7b7bd3
Add dummy workflows
popcornylu May 23, 2024
c70e0a9
test permission
popcornylu May 23, 2024
b8d3ca9
Merge pull request #36 from DataRecce/chore/fix-the-workflow-permissi…
popcornylu May 23, 2024
e529c37
Test permmision issue
popcornylu May 23, 2024
9336f2f
Cast from bool to string
wcchang1115 May 24, 2024
f76ec9b
Adjust trusted user criteria
wcchang1115 May 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add manual trigger
Signed-off-by: popcorny <[email protected]>
  • Loading branch information
popcornylu committed May 23, 2024
commit 4be70f2378f2bcd315f631d3944ac0d3f9608c17
4 changes: 3 additions & 1 deletion .githubprsyncer/.github/workflows/recce-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: OSO Recce CI

on:
workflow_dispatch:
pull_request:
branches: [main, dev]
branches:
- main
paths:
- warehouse/dbt/**