Skip to content

Files

Latest commit

006c944 · Jun 11, 2024

History

History

add_column_kafka_data_source

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 24, 2024
May 24, 2024
Jan 15, 2024
May 24, 2024
Jun 11, 2024

README.md

Add a new column to a Kafka Data Source

1st Create a Kafka Data Source

Pull Request #1

  • Create a new branch
  • Create a new Kafka Data Source (instructions)
  • Commit and wait for CI. You can check in the temporary CI branch that everything works as expected.
  • Merge and wait for CD.

2nd Kafka Data Source with the new column

Pull Request #2

  • Create another branch
  • Add the new column meta_image_v3 to the schema
  • [Optionally] Update fixtures
  • Commit and wait for CI. You can check in the temporary CI branch that everything works as expected.
  • Merge and wait for CD.

Internal workspace