Skip to content

Commit

Permalink
Remove dead code paths and those not relating to ELT management (#1414)
Browse files Browse the repository at this point in the history
* Remove code paths not relating to ELT management

* Remove Dataform SQL package

* Remove unused workspace imports

* Remove common_v1 example

* Remove some v1

* Remove @dataform/sql package and common_v1 example

* Remove SQL package from common_v2 example

* Remove build imports from tests of @dataform/sql that weren't doing anything

* Inline timestamp definition in non BQ tests

* Fix timestamp function case

* Restore v1 backwards_compatibility tests
  • Loading branch information
Ekrekr authored Jan 4, 2023
1 parent fea7df5 commit 0ba2936
Show file tree
Hide file tree
Showing 95 changed files with 0 additions and 17,053 deletions.
48 changes: 0 additions & 48 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -175,33 +175,6 @@ container_pull(
repository = "trinodb/trino",
)

# Fetch Redis source (binaries are not distributed).
# Urls and hashes come from here: https://github.com/redis/redis-hashes/blob/master/README.
http_file(
name = "redis-source",
sha256 = "12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94",
urls = ["http://download.redis.io/releases/redis-6.0.6.tar.gz"],
)

# Sass requirements.
http_archive(
name = "io_bazel_rules_sass",
sha256 = "77e241148f26d5dbb98f96fe0029d8f221c6cb75edbb83e781e08ac7f5322c5f",
strip_prefix = "rules_sass-1.24.0",
url = "https://github.com/bazelbuild/rules_sass/archive/1.24.0.zip",
)

# Fetch required transitive dependencies. This is an optional step because you
# can always fetch the required NodeJS transitive dependency on your own.
load("@io_bazel_rules_sass//:package.bzl", "rules_sass_dependencies")

rules_sass_dependencies()

# Setup repositories which are needed for the Sass rules.
load("@io_bazel_rules_sass//:defs.bzl", "sass_repositories")

sass_repositories()

# Gcloud SDK binaries.
load("//tools/gcloud:repository_rules.bzl", "gcloud_sdk")

Expand Down Expand Up @@ -233,27 +206,6 @@ go_repository(
version = "v0.3.2",
)

go_repository(
name = "com_github_go_stack_stack",
importpath = "github.com/go-stack/stack",
sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
version = "v1.8.0",
)

go_repository(
name = "com_github_golang_protobuf",
importpath = "github.com/golang/protobuf",
sum = "h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=",
version = "v1.3.2",
)

go_repository(
name = "org_mongodb_go_mongo_driver",
importpath = "go.mongodb.org/mongo-driver",
sum = "h1:6fhXjXSzzXRQdqtFKOI1CDw6Gw5x6VflovRpfbrlVi0=",
version = "v1.2.0",
)

container_pull(
name = "debian_base",
# docker manifest inspect index.docker.io/debian:bullseye
Expand Down
108 changes: 0 additions & 108 deletions app/BUILD

This file was deleted.

54 changes: 0 additions & 54 deletions app/index.html

This file was deleted.

23 changes: 0 additions & 23 deletions app/index.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions app/overview.scss

This file was deleted.

28 changes: 0 additions & 28 deletions app/overview.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions app/public/new_logo_with_text.svg

This file was deleted.

16 changes: 0 additions & 16 deletions app/service.ts

This file was deleted.

Loading

0 comments on commit 0ba2936

Please sign in to comment.