-
Notifications
You must be signed in to change notification settings - Fork 30
feat: add s3 xapi backfill #1208
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
base: cag/vector-default
Are you sure you want to change the base?
Changes from all commits
e9dce6a
59e01c8
d080cfc
f021cb1
b96f7e2
09a485a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -87,16 +87,16 @@ superset-worker-beat: | |
|
|
||
| {% if RUN_VECTOR %} | ||
| vector: | ||
| image: {{ DOCKER_IMAGE_VECTOR }} | ||
| command: -c /etc/vector/vector.toml | ||
| volumes: | ||
| - ../../data/vector:/var/lib/vector | ||
| - ../plugins/aspects/apps/vector/local.toml:/etc/vector/vector.toml:ro | ||
| {% if ASPECTS_DOCKER_HOST_SOCK_PATH %}- {{ ASPECTS_DOCKER_HOST_SOCK_PATH }}:/var/run/docker.sock:ro{% endif %} | ||
| environment: | ||
| - DOCKER_HOST=unix:///var/run/docker.sock | ||
| - VECTOR_LOG=warn | ||
| restart: unless-stopped | ||
| image: {{ DOCKER_IMAGE_VECTOR }} | ||
| command: -w -c /etc/vector/vector.toml | ||
| volumes: | ||
| - ../../data/vector:/var/lib/vector | ||
| - ../plugins/aspects/apps/vector/local.toml:/etc/vector/vector.toml | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this need to be writable?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, it never writes to it, and the watch option is for development only
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, it looks like
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Local should use this too as a vector restart didn't changed the vector run options. I had to delete the container with docker rm for changes to take effect |
||
| {% if ASPECTS_DOCKER_HOST_SOCK_PATH %}- {{ ASPECTS_DOCKER_HOST_SOCK_PATH }}:/var/run/docker.sock:ro{% endif %} | ||
| environment: | ||
| - DOCKER_HOST=unix:///var/run/docker.sock | ||
| - VECTOR_LOG=info | ||
| restart: unless-stopped | ||
| {% endif %} | ||
|
|
||
| {% if ASPECTS_ENABLE_EVENT_BUS_CONSUMER %} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # alembic packages | ||
| alembic==1.14.1 | ||
| clickhouse-sqlalchemy==0.3.2 | ||
| git+https://github.com/Ian2012/xapi-db-load@tmp-v2 | ||
| git+https://github.com/openedx/xapi-db-load@3.1.0 | ||
| pyyaml |
Uh oh!
There was an error while loading. Please reload this page.