Skip to content

Commit

Permalink
Remove Cloudquery (#1904)
Browse files Browse the repository at this point in the history
* Remove cloudquery

* more removals
  • Loading branch information
ravenac95 authored Aug 2, 2024
1 parent 4d90d71 commit 354eb52
Show file tree
Hide file tree
Showing 63 changed files with 3 additions and 3,703 deletions.
68 changes: 0 additions & 68 deletions .github/scripts/publish-cloudquery-plugins.sh

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/cloudquery/github-resolve-repos.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/cloudquery/oss-directory.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/warehouse-publish-docker-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Package and publish cloudquery plugins
run: bash .github/scripts/publish-cloudquery-plugins.sh

- name: Package and publish other docker containers
run: bash .github/scripts/publish-docker-containers.sh

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Open Source Observer is a free analytics suite that helps funders measure the im
- `/oss-artifact-validators`: Simple library to validate different properties of an "artifact"
- `/warehouse`: All code specific to the data warehouse
- `/dbt`: dbt configuration
- `/cloudquery-*`: cloudquery plugins for ingesting data (there are many)
- `/oso_dagster`: Dagster configuration for orchestrating software-defined assets
- `/oso_lets_go`: Utility for setting up dbt with Google Cloud
- Also contains other tools to manage warehouse pipelines
Expand Down
9 changes: 0 additions & 9 deletions docker/cloudquery/py-base.Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions docker/cloudquery/py.Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions docker/cloudquery/ts-base.Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions docker/cloudquery/ts.Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"scripts": {
"build": "turbo run build --concurrency=100%",
"build:cloudquery": "turbo run build --filter=@opensource-observer/cloudquery-*",
"build:dbt:docs": "poetry run dbt docs generate",
"build:docs": "turbo run build --filter=@opensource-observer/docs",
"build:frontend": "turbo run build --filter=@opensource-observer/frontend",
Expand Down
Loading

0 comments on commit 354eb52

Please sign in to comment.