Skip to content
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

chore: update the Dockerfiles to build more cleanly #171

Merged
merged 3 commits into from
May 25, 2024

Conversation

rtyler
Copy link
Member

@rtyler rtyler commented Mar 15, 2024

Now with Makefile: make docker

Fixes #170

@rtyler rtyler marked this pull request as ready for review May 25, 2024 05:29
@rtyler rtyler enabled auto-merge (rebase) May 25, 2024 06:00
@rtyler rtyler requested a review from mightyshazam May 25, 2024 16:00
@@ -254,7 +254,7 @@ impl DeltaSinkDeadLetterQueue {
dynamo_lock_options::DYNAMO_LOCK_PARTITION_KEY_VALUE.to_string() => std::env::var(env_vars::DEAD_LETTER_DYNAMO_LOCK_PARTITION_KEY_VALUE)
.unwrap_or_else(|_| "kafka_delta_ingest-dead_letters".to_string()),
};
#[cfg(feature = "azure")]
#[cfg(all(feature = "azure", not(feature = "s3")))]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see this. I am glad for it. I have it in a branch somewhere I haven't pushed back.

@rtyler rtyler merged commit 4c039a8 into delta-io:main May 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker image build can't find deltalake-core dependency
2 participants