Skip to content

Commit 741f004

Browse files
committed
Remove Ona/gitpod setup
1 parent 6d9ad34 commit 741f004

4 files changed

Lines changed: 1 addition & 52 deletions

File tree

.gitpod.Dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

.gitpod.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ These jobs are using _PySpark_ to process larger volumes of data and are suppose
77

88
**✅ Goals**
99

10-
1. **Get a working environment**
11-
Either local ([local](#local-setup), or using [gitpod](#gitpod-setup))
10+
1. **Get a working environment** See local [local](#local-setup)
1211
2. **Get a high-level understanding of the code and test dataset structure**
1312
3. Have your preferred text editor or IDE setup and ready to go.
1413

@@ -19,8 +18,6 @@ These jobs are using _PySpark_ to process larger volumes of data and are suppose
1918
2019
### Local Setup
2120

22-
> 💡 If you don't manage to run the local setup or you have restrictions to install software in your laptop, use the [gitpod](#gitpod-setup) one
23-
2421
#### Pre-requisites
2522

2623
Please make sure you have the following installed and can run them
@@ -35,26 +32,12 @@ We recommend using WSL 2 on Windows for this exercise, due to the [lack of suppo
3532

3633
Follow instructions on the [Windows official page](https://learn.microsoft.com/en-us/windows/wsl/setup/environment)
3734

38-
> 💡 In case of issues, like missing permissions on the machine, please use the [gitpod setup](#gitpod-setup)
39-
4035
#### Install all dependencies
4136

4237
```bash
4338
poetry install
4439
```
4540

46-
### Gitpod setup
47-
48-
Alternatively, you can setup the environment using
49-
50-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/techops-recsys-lateral-hiring/dataengineer-transformations-python)
51-
52-
There's an initialize script setup that takes around 3 minutes to complete. Once you use paste this repository link in new Workspace, please wait until the packages are installed. After everything is setup, select Poetry's environment by clicking on thumbs up icon and navigate to Testing tab and hit refresh icon to discover tests.
53-
54-
Note that you can use gitpod's web interface or setup [ssh to Gitpod](https://www.gitpod.io/docs/references/ides-and-editors/vscode#connecting-to-vs-code-desktop) so that you can use VS Code from local to remote to Gitpod
55-
56-
Remember to stop the vm and restart it just before the interview.
57-
5841
### Verify setup
5942

6043
> All of the following commands should be running successfully
@@ -119,7 +102,6 @@ The following section provides context over them.
119102
│ # and the setup
120103
121104
├─ .gitignore
122-
├─ .gitpod\* # required for the gitpod setup
123105
├─ .pylintrc # configuration for pylint
124106
├─ LICENCE
125107
├─ poetry.lock

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ license = "Apache-License-2.0"
99
numpy = "^1.20.2"
1010
pandas = "^2.0.0"
1111
pyarrow = "^12.0.0"
12-
# This is pinned to stay in sync with the version
13-
# That gets downloaded in `.gitpod.Dockerfile`
1412
pyspark = "3.5.1"
1513
python = "~3.11"
1614

0 commit comments

Comments
 (0)