Skip to content

Instantly share code, notes, and snippets.

@ykessler
Created June 1, 2026 00:46
Show Gist options
  • Select an option

  • Save ykessler/fb40e5de461108059cc43043408723ba to your computer and use it in GitHub Desktop.

Select an option

Save ykessler/fb40e5de461108059cc43043408723ba to your computer and use it in GitHub Desktop.
temporary render hardcoded smoke
require 'pg'
conn = PG.connect(ENV.fetch('DATABASE_URL'))
conn.exec_params("INSERT INTO _backfill_acris_legals_unit (document_id,bbl,old_address,new_unit,new_address) VALUES ($1,0,'render hardcoded','X','render hardcoded APT X') ON CONFLICT DO NOTHING", ['RENDER_HARDCODE_MARKER_1780274803'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment