-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Support ddl as string (e.g. from pg_dump) to avro. e.g.
a = """
CREATE TABLE public.abc (
a integer NOT NULL,
b integer NOT NULL,
created_at timestamp with time zone,
c integer,
hello text[],
updated_at timestamp without time zone
);
""" # or get from somewher
avro_schema = get_avro_from_ddl(a)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request