Spaces:
Configuration error
Configuration error
changes search terms
Browse files- .gitignore +4 -1
- scraper.py +1 -4
.gitignore
CHANGED
|
@@ -14,4 +14,7 @@ logs/
|
|
| 14 |
*.log
|
| 15 |
|
| 16 |
# Ignore local environment secrets
|
| 17 |
-
.env
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
*.log
|
| 15 |
|
| 16 |
# Ignore local environment secrets
|
| 17 |
+
.env
|
| 18 |
+
|
| 19 |
+
# SQL connection
|
| 20 |
+
.vscode
|
scraper.py
CHANGED
|
@@ -13,12 +13,9 @@ from ingestion.linkedin.linkedin_scraper import ld_scraper
|
|
| 13 |
|
| 14 |
SEARCH_TERMS = [
|
| 15 |
"Data Engineer",
|
| 16 |
-
"Junior Data Engineer",
|
| 17 |
-
"Analytics Engineer",
|
| 18 |
-
"Data Warehouse Developer",
|
| 19 |
"Data Analyst",
|
| 20 |
"Data Scientist",
|
| 21 |
-
"
|
| 22 |
]
|
| 23 |
|
| 24 |
js_date_range = {
|
|
|
|
| 13 |
|
| 14 |
SEARCH_TERMS = [
|
| 15 |
"Data Engineer",
|
|
|
|
|
|
|
|
|
|
| 16 |
"Data Analyst",
|
| 17 |
"Data Scientist",
|
| 18 |
+
"Machine Learning Engineer",
|
| 19 |
]
|
| 20 |
|
| 21 |
js_date_range = {
|