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

Materialized view to separate database #3300

Open
jpds opened this issue Jan 8, 2025 · 0 comments
Open

Materialized view to separate database #3300

jpds opened this issue Jan 8, 2025 · 0 comments

Comments

@jpds
Copy link

jpds commented Jan 8, 2025

My users currently have this DB structure in ClickHouse:

  • kafka_streams.topic_engine
  • kafka_streams.topic_view
  • name.topic_extract_kafka

And my HCL starts with:

materialized "topic_view" {
  schema = schema.kafka_streams
  to = table.topic_extract_kafka
  #...
}

Atlas appears to handle everything fine if I create topic_extract_kafka inside kafka_streams - however - it does not seem to be possible to set this to the separate ClickHouse "database" within "name".

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

No branches or pull requests

1 participant