Skip to content

Latest commit

 

History

History

add_column_kafka_data_source

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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