Get data into Databricks from Kafka

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 6

  • @juliekotamala
    @juliekotamala 2 года назад +6

    This looks good, how can one access your notebook for code template?

  • @virajrathodd
    @virajrathodd Год назад +2

    This was helpful & an easy explanation, is there to get the notebook that you wrote?

  • @simongerritsen5915
    @simongerritsen5915 9 месяцев назад

    Can someone explain why we extract the schema id and not the schema version? The schema id is an unique identifier for the subject schema (so unique per subject) and the version id is the actual version number for each schema id. If you look at the URL for the getschema function, it also does not make sense to pass the schema id here right? Or am i missing something?

    • @sammail96
      @sammail96 Месяц назад

      I have the same doubt. It may be because I am very new to streaming.