Skip to content

Commit

Permalink
fix: rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed Mar 13, 2024
1 parent 88a6be3 commit 2d45839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"# Inputs\n",
"entity_dir = pload(os.path.join(naas_data_product.OUTPUTS_PATH, \"entities\", \"0\"), \"entity_dir\")\n",
"input_dir = os.path.join(entity_dir, \"growth-engine\", date.today().isoformat())\n",
"file_interactions = \"linkedin_interactions\"\n",
"file_interactions = \"interactions\"\n",
"file_people = \"people\"\n",
"li_at = os.environ.get(\"LINKEDIN_LI_AT\") or naas.secret.get(\"LINKEDIN_LI_AT\")\n",
"JSESSIONID = os.environ.get(\"LINKEDIN_JSESSIONID\") or naas.secret.get(\"LINKEDIN_JSESSIONID\")\n",
Expand Down

0 comments on commit 2d45839

Please sign in to comment.