Fix ConvLeadsLakeMesFinal: use fresh leads count instead of stale pre-run value
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c62e2de9e8
commit
5639bd6e76
2
run.py
2
run.py
@ -254,7 +254,7 @@ def run():
|
|||||||
# Copiar ConvLeadsLakeMes → ConvLeadsLakeMesFinal (snapshot diario)
|
# Copiar ConvLeadsLakeMes → ConvLeadsLakeMesFinal (snapshot diario)
|
||||||
final_leads_data = [
|
final_leads_data = [
|
||||||
{"airtable_id": item["campaign"]["airtable_id"],
|
{"airtable_id": item["campaign"]["airtable_id"],
|
||||||
"conv_leads_lake_mes": item["campaign"]["conv_leads_lake_mes"]}
|
"conv_leads_lake_mes": item["leads"]}
|
||||||
for item in collected
|
for item in collected
|
||||||
]
|
]
|
||||||
if final_leads_data:
|
if final_leads_data:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user