File size: 1,781 Bytes
a5d709a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Airbyte:
  config:
    files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77
    mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e
    namespace_definition: destination
    postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750
    s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2
    server_url: http://airbyte-abctl-control-plane:80/api/public/v1/
    redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc
aws_s3:
  AWS_ACCESS_KEY_ID: test
  AWS_DEFAULT_REGION: us-west-2
  AWS_ENDPOINT_URL: http://elt-localstack:4566
  AWS_SECRET_ACCESS_KEY: test
  data:
  - path: s3://codebase-community-bucket/users.jsonl
    sync_mode: full_refresh_append
    table: users
custom_api:
  config:
    configuration: {}
    sync_mode: full_refresh_append
    tables:
    - badges
    - votes
flat_files:
- format: csv
  path: https://drive.google.com/uc?export=download&id=1tAi-3rcrUrUoHoDB-dUzt1Z7LCdOvPpK
  sync_mode: full_refresh_append
  table: tags
mongodb:
  config:
    connection_string: mongodb://elt-mongodb:27017/?directConnection=true
    database: codebase_community
    sync_mode: full_refresh_append
    tables:
    - comments
    - postHistory
    - posts
postgres:
  config:
    database: codebase_community
    host: elt-postgres
    password: testelt
    port: 5432
    schema: public
    sync_mode: full_refresh_append
    tables:
    - postlinks
    user: postgres
redshift:
  config:
    host: <redshift_hostname>
    port: <redshift_port>
    database: <redshift_db>
    username: <redshift_username>
    password: <redshift_pwd>
    schema: codebase_community
    s3_bucket_name: <redshift_s3_bucket>
    s3_bucket_region: <redshift_s3_region>
    access_key_id: <redshift_s3_access_key>
    secret_access_key: <redshift_s3_secret_key>