diff --git a/scrapers/lobbyist/scrape_filings.py b/scrapers/lobbyist/scrape_filings.py index dea64e2..19699e1 100644 --- a/scrapers/lobbyist/scrape_filings.py +++ b/scrapers/lobbyist/scrape_filings.py @@ -110,20 +110,6 @@ def main(is_employer_scrape): "IncidentalLobbying", "ReportStatus", "IsAfterDueDate", - "CreatedBy", - "CreatedDate", - "CreatedIPAddress", - "LobbyistClientID", - "LobbyistClientVersionID", - "LastModifiedBy", - "LastModifiedDate", - "LastModifiedIPAddress", - "Message", - "IsSuccess", - "Action", - "IsDirty", - "PersonID", - "PersonVersionID", "MemberID", ], ) diff --git a/scrapers/lobbyist/scrape_lobbyists.py b/scrapers/lobbyist/scrape_lobbyists.py index dbaa57a..ce7bfbe 100644 --- a/scrapers/lobbyist/scrape_lobbyists.py +++ b/scrapers/lobbyist/scrape_lobbyists.py @@ -42,20 +42,6 @@ "CountryCode", "ZipCode", "CityAddress", - "CreatedBy", - "CreatedDate", - "CreatedIPAddress", - "LobbyistClientID", - "LobbyistClientVersionID", - "LastModifiedBy", - "LastModifiedDate", - "LastModifiedIPAddress", - "Message", - "IsSuccess", - "Action", - "IsDirty", - "PersonID", - "PersonVersionID", "ClientID", ], )