@extends('layouts.main') @section('title', 'Create Deel HR Notebook — Prolytics Connect') @section('styles') @endsection @section('content')
{{-- Page header --}}
Back

Create Deel HR Notebook

Extract Deel HR data to your Microsoft Fabric Lakehouse
{{-- Step progress --}}
1
2
3
4
5
{{-- Wizard card --}}
{{-- ── Step 1: Configuration ────────────────────────────── --}}
Step 1 — Configuration
Lakehouse tables will be prefixed with
@if($selectedWorkspaceId) Workspace set from context. @else @if($workspaces->isEmpty()) No Fabric-linked workspaces found. Please create one first. @endif @endif
Incremental
Only new / changed records (recommended)
Full Reload
Replace all data on every run
How far back to fetch on the very first incremental load.
{{-- ── Step 2: API Token + Verification ─────────────────── --}}
Step 2 — Deel API Token

Enter your Deel Bearer token and click Verify & Discover. We'll probe each endpoint to find exactly which data your token can access. Generate a token from Deel → Settings → API & Webhooks.

{{-- Verification result panel --}}
{{-- ── Step 3: Entity Selection ──────────────────────────── --}}
Step 3 — Select Entities

Only entities accessible with your token are shown. Greyed-out items were blocked (403) or unavailable (404) for your account.

Complete token verification in Step 2 to see available entities.
{{-- ── Step 4: Schedule ─────────────────────────────────── --}}
Step 4 — Schedule

Configure when the notebook should run automatically in Fabric.

{{-- ── Step 5: Review & Create ──────────────────────────── --}}
Step 5 — Review & Create
Name
Table Prefix
Workspace
Load Type
Entities
Schedule
{{-- /card-body --}} {{-- Navigation footer --}}
{{-- /card --}}
@endsection @section('scripts') @endsection