Skip to content

Commit

Permalink
change existing_html_used dtype to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew D.Gramigna committed Oct 20, 2023
1 parent 653f3b1 commit 4fda268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job_board_scraper/job_board_scraper/utils/pipline_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def set_initial_table_schema(spider_name):
, source text
, run_hash text
, raw_html_file_location text
, existing_html_used smallint
, existing_html_used boolean
"""

def create_table_schema(table_name, initial_table_schema = ""):
Expand Down

0 comments on commit 4fda268

Please sign in to comment.