1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Commit Graph

5 Commits

Author SHA1 Message Date
Parker Mossman
0abc5f6373 only rm file if it exists (#18310) 2022-10-21 11:34:47 -07:00
pmossman
ec52a637b9 remove file that should be gitignored 2022-10-20 15:09:33 -07:00
Parker Mossman
c5336ce1db use basic auth username and password from .env (#18273) 2022-10-20 15:05:59 -07:00
Parker Mossman
7cedfa48de Load Testing Script (#18020)
* script skeleton

* add API call to source_definitions to fetch E2E Test Source definition ID

* createSource implementation

* add destination creation logic implementation

* get definition IDs, catalogId, and implement connection creation

* add cleanup script and write created ids to a file that can be cleaned up

* make cloud header a command-line argument, other cleanup

* script comments fix

* remove kube references and fix indentation

* temp commit - don't push

* remove discover catalog function

* more cleanups

* more cleanups

* cleanup help text

* exit codes and show how many connections left

* add README

Co-authored-by: Xiaohan Song <xiaohan@airbyte.io>
2022-10-19 17:56:12 -07:00
Xiaohan Song
6f88bdba39 query to find out jobs running unusally long (#17978)
* query to find out jobs running unusally long

* comments fix

* add more indents for better readability

* Update airbyte-metrics/reporter/src/main/java/io/airbyte/metrics/reporter/MetricRepository.java

Co-authored-by: Davin Chia <davinchia@gmail.com>

* formatting

Co-authored-by: Davin Chia <davinchia@gmail.com>
2022-10-19 16:21:05 -07:00