Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9f4fe92
Added initial baseline mappings for Salesforce and GDrive
mattnowzari Aug 15, 2025
3ed9c41
Cleaned up and added some metadata to Salesforce mapping
mattnowzari Aug 15, 2025
0279ed2
Added another semantic_text field
mattnowzari Aug 15, 2025
d46261a
Update NOTICE.txt
elasticmachine Aug 15, 2025
b3f2652
Shortened meta field that exceeded 50 chars
mattnowzari Aug 18, 2025
e81e814
Merge branch 'main' into workchat_tangibles
mattnowzari Aug 19, 2025
b3e348e
Temporarily reverting Feeds.Body and Feeds.CommentBody back to text
mattnowzari Aug 19, 2025
baf38bf
Improvements and cleanup, still WIP
mattnowzari Aug 19, 2025
0cbbae3
Improvements to mapping + ingest pipelines
mattnowzari Aug 21, 2025
f50f7f1
Added a base pipeline definition, for updating a connector's pipeline
mattnowzari Aug 26, 2025
0b0c48f
undo change to NOTICE.txt
mattnowzari Aug 26, 2025
50236d4
Update NOTICE.txt
elasticmachine Aug 26, 2025
733f14c
Merge branch 'main' into workchat_tangibles
mattnowzari Aug 26, 2025
24fb67a
Fixed indent in gdrive mapping + added more detail to the Salesforce …
mattnowzari Aug 26, 2025
4464e74
Remove .python-version from PR
mattnowzari Aug 26, 2025
9a72984
Update NOTICE.txt
elasticmachine Aug 26, 2025
d36342d
Fixed base.json
mattnowzari Aug 26, 2025
5acde3a
Fixed gdrive pipeline
mattnowzari Aug 26, 2025
3f85c67
add ignore_missing to Salesforce pipeline
mattnowzari Aug 26, 2025
7419b7b
remove base.json, as we don't actually need to update a connector's p…
mattnowzari Aug 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11.11
82 changes: 80 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3644,6 +3644,84 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


exceptiongroup
1.3.0
MIT License
The MIT License (MIT)

Copyright (c) 2022 Alex Grönholm

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


This project contains code copied from the Python standard library.
The following is the required license notice for those parts.

PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
--------------------------------------------

1. This LICENSE AGREEMENT is between the Python Software Foundation
("PSF"), and the Individual or Organization ("Licensee") accessing and
otherwise using this software ("Python") in source or binary form and
its associated documentation.

2. Subject to the terms and conditions of this License Agreement, PSF hereby
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
analyze, test, perform and/or display publicly, prepare derivative works,
distribute, and otherwise use Python alone or in any derivative version,
provided, however, that PSF's License Agreement and PSF's notice of copyright,
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
All Rights Reserved" are retained in Python alone or in any derivative version
prepared by Licensee.

3. In the event Licensee prepares a derivative work that is based on
or incorporates Python or any part thereof, and wants to make
the derivative work available to others as provided herein, then
Licensee hereby agrees to include in any such work a brief summary of
the changes made to Python.

4. PSF is making Python available to Licensee on an "AS IS"
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
INFRINGE ANY THIRD PARTY RIGHTS.

5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.

6. This License Agreement will automatically terminate upon a material
breach of its terms and conditions.

7. Nothing in this License Agreement shall be deemed to create any
relationship of agency, partnership, or joint venture between PSF and
Licensee. This License Agreement does not grant permission to use PSF
trademarks or trade name in a trademark sense to endorse or promote
products or services of Licensee, or any third party.

8. By copying, installing or otherwise using Python, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.


exchangelib
5.4.0
BSD License
Expand Down Expand Up @@ -5655,7 +5733,7 @@ MIT License


multidict
6.6.3
6.6.4
Apache License 2.0
Copyright 2016 Andrew Svetlov and aio-libs contributors

Expand Down Expand Up @@ -8381,7 +8459,7 @@ SOFTWARE.


wrapt
1.17.2
1.17.3
BSD License
Copyright (c) 2013-2023, Graham Dumpleton
All rights reserved.
Expand Down
81 changes: 81 additions & 0 deletions connectors/agent/mappings/google_drive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"mappings": {
"_meta": {
"briefing": "This index contains data from Google Drive."
},
"properties": {
"_timestamp": {
"type": "date"
},
"body": {
"type": "semantic_text",
"meta": {
"description": "This is the main content of the document."
}
},
"created_at": {
"type": "date"
},
"file_extension": {
"type": "keyword"
},
"id": {
"type": "keyword"
},
"last_updated": {
"type": "date"
},
"mime_type": {
"type": "keyword"
},
"name": {
"type": "text",
"meta": {
"description": "This is the name of a document."
}
},
"path": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text",
"meta": {
"description": "This is the Google Drive path of the document."
}
},
"shared_drive": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text",
"meta": {
"description": "A document with this field is from a shared drive"
}
},
"size": {
"type": "text"
},
"trashed": {
"type": "boolean"
},
"type": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"url": {
"type": "text"
}
}
}
}
Loading