Lobbyist - Due Dates
City of Austin
@usgov.city_of_austin_lobbyist_due_dates
City of Austin
@usgov.city_of_austin_lobbyist_due_dates
A look up table of each due date associated with a lobbyist's quarterly activity report. You can recreate the City Clerk's lobbyist database by downloading all lobbyist datasets on the data portal and view the complete data model of the lobbyist database here: https://services.austintexas.gov/edims/document.cfm?id=293053
Organization: City of Austin
Last updated: 2020-11-12T13:30:36.179015
Tags: city-clerk, ethics, lobbyist
CREATE TABLE table_1 (
"year" BIGINT,
"quarter" VARCHAR,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"due_date" TIMESTAMP,
"active" VARCHAR,
"row_id" VARCHAR
);Anyone who has the link will be able to view this.