This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
from confluent_kafka.schema_registry._sync.schema_registry_client import json | |
from confluent_kafka.serialization import MessageField, SerializationContext | |
import pyiceberg | |
import pyarrow as pa | |
import pyiceberg.catalog | |
from pyiceberg.schema import Schema | |
from pyiceberg.table import Table | |
from pyiceberg.utils.schema_conversion import AvroSchemaConversion | |
import tempfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local augroup = vim.api.nvim_create_augroup | |
local autocmd = vim.api.nvim_create_autocmd | |
if _G.StatusColumn then | |
return | |
end | |
_G.StatusColumn = { | |
handler = { | |
fold = function() |