Skip to content

Commit

Permalink
remove created_by
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Dec 17, 2024
1 parent 5d60322 commit 6f26f1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jobs/notebook-report/monthly/reconciliation_summary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@
" i.id as transaction_id,\n",
" (created_on AT TIME ZONE 'UTC' AT TIME ZONE 'America/Vancouver')::date AS created_date_pacific,\n",
" created_name,\n",
" created_by,\n",
" pa.auth_account_id as account_number,\n",
" pa.name as account_name,\n",
" total,\n",
Expand Down Expand Up @@ -303,7 +302,6 @@
" i.id as transaction_id,\n",
" (created_on AT TIME ZONE 'UTC' AT TIME ZONE 'America/Vancouver')::date AS created_date_pacific,\n",
" created_name,\n",
" created_by,\n",
" pa.auth_account_id as account_number,\n",
" pa.name as account_name,\n",
" total,\n",
Expand Down

0 comments on commit 6f26f1c

Please sign in to comment.