Join the conversations to shape a safer, more efficient, and sustainable industrial future!
Recently active
We would like to have the ability to: Import directly from CDF to a geodatabase hosted in MS SQL Serverand/orHave the ability to view vector points, lines and polygons within ArcGIS Pro, ArcGIS Enterprise, and ArcGIS Online, with the ability to view and query the attribute tables, and modify symbology Have the ability to view such data in a web map either directly from a service or publish our own feature servicesA WFS may be suitable, but we would have to check with a sample service first.Can you help please?Thanks,Tim
I notice that i have three Tenant ID in my AAD count.I think i should use the Cognite Hub Tenant ID,It’s that right?when I try to create a new application, Azure told me I have no access to create a application.Am I doing it right? Which Org should I apply the permission to create an app under this tenant, RA or Cognite Hub?
My colleague sent me a pic, it’s from a demo project named “essc-sandbox-44”, we need the project to show to the customer to win this opportunity, But we don’t know who is the owner in this project, how can i contract the owner and join this project?the project maybe in this domain.https://ftdatamosaix.fusion.cognite.comthank you
I want to purchase the Cognite credits for me and my team for completing the certification. Unfortunately, I am not able to click on the purchase button.Am I missing something, can you please guide me.
Hi,I’m using the Charts function “Statistics/Outlier Removal” and noticed that the option “Remove zeros” (aka del_zero_val) does the exact opposite of what one would expect. Example of a data stream filtered without “Removes zeros” Example of a data stream filtered with “Removes zeros”Is this a bug or the intended behaviour? If the latter then I think the naming/documentation is misleading.
Hi everyone, I'm loading sequences from a file that has 11 million rows, and I would like to load it in batches, where each batch is a dataframe. As I load by batch, the rows that the sequence already had are being deleted, leaving only the last batch. How can I load each batch without deleting the previous one? This is the code I use to read the file in batches and load rows into the sequence. It is assumed that the sequence is already created. Regards,Karina Saylema@Aditya Kotiyal @HanishSharma @Jason Dressel @Jairo Salaya @Liliana Sierra
Hi All,I am trying to update data in RAW table. I am using below code but after executing it either column values are not modified or sometimes all the columns shrink under one columns as ({} columns) and column data is also not updated in that case. var row = confModel.RawRow as RawRow<Dictionary<string, JsonElement>>;if (row == null){ return;}var currentDate = DateTime.Now;var utcDate = currentDate.ToUniversalTime().ToString("u").Replace(" ", "T");row.Columns[UpdatedBy] = GetJsonElement(JsonValue.Create("SYSTEM"));row.Columns[SimulationStatus] = GetJsonElement(JsonValue.Create(status.ToString()));row.Columns[UpdatedDate] = GetJsonElement(JsonValue.Create(utcDate));var rawRowCreateColl = new List<RawRowCreate<RawRow<Dictionary<string, JsonElement>>>>();var rawRowCreate = new RawRowCreate<RawRow<Dictionary<string, JsonElement>>>();rawRowCreate.Key = confModel.RowKey;rawRowCreate.Columns = row;rawRowCreateColl.Add(rawRowCreate);tr
When displaying many similar time series together in Charts, it is useful to select “Merge unit” to reduce the number of Y axes. This functionality does not follow the chart when inserted in a canvas. Have I missed something here?
Hi, everyoneI'm trying to load a CSV file using db-extractor. This is the configuration I'm placing in the .yaml file : but I'm encountering the following error: It seems that the error might be that the query section doesn't recognize the sheet name. I checked that the sheet name matches by opening the file in Excel format, but the error persists. I also loaded the same file in .xlsx format and it loaded without any problem. How should I specify in the query so that it takes the correct name in CSV format? Regards,Karina Saylema@Aditya Kotiyal @HanishSharma @Jason Dressel @Jairo Salaya @Liliana Sierra
I want to read data from Snowflake and load it to CDF RAW. Could someone suggest what can be the best solution to implement this? Are there any specific extractors for doing it ?
Hi team, I am trying to connect CDF as data source to Grafana but i am unable to do that i am getting Authentication to data source failed error.I am using same oauth credentials which were i used before in python sdk to extract assets and time series data but in this case those credentials are not working . My doubt is am I need to register new application in microsoft azure entra id or not?????
I am developing a custom app for performing semantic search using Cognite FDM GraphQL endpoint and LLM and done some research using ChatGPT 3.5 to generate GraphQL query from natural language.To my understanding Cognite copilot feature find under data model UX is using Azure OpenAI that runs in the Cognite subscription.Want to know how to make use of Azure OpenAI that runs in the Cognite subscription for Custom App deveopment?
Greetings,I'm currently involved in a research project where we are considering the integration of B2MML (Business To Manufacturing Markup Language) data with Cognite Data Fusion (CDF). Our goal is to enhance our data analytics capabilities in a manufacturing context.I am reaching out to this knowledgeable community to gather insights and experiences regarding the following: B2MML Data Extraction: Have any of you worked on extracting data from B2MML-formatted sources? What challenges and best practices have you encountered in this process? B2MML Data Ingestion into CDF: Has anyone successfully configured B2MML data ingestion into Cognite Data Fusion? Could you share any specific strategies or tools you used for this integration? What were the major hurdles, and how did you overcome them? Any detailed experiences, technical insights, or even pointing towards relevant resources or case studies would be immensely helpful.Thank you in advance for your valuable input! Best regards, Art
Hi my blog collegus,can some one let me know the following info,please let me know how to login through my company, do subscription from market place to cognite is mandatory, I need to do a demo projectRegardsDev
Hello, I have a chart I have already created with multiple time series. Is it possible to link that chart to a canvas? Thank you.
I need some help with the SDK (Python). I'm trying to list active sessions in Cognite using the following resource: client.iam.sessions.list(status="ACTIVE" However, I notice that even my client_id doesn't return in the listing (I'm logged in via browser with my user). Am I misunderstanding this feature?
Hello We would like to explore the possibilities of registering the “Cognite Sales Enablement Basics” for our sales team.Can someone please share the details for this course.
Hi, I can’t seem to contextualize my assets to my time series in the exercise. I have followed all the steps before.
I was trying to create a flow to refresh all views in one of my solution model in a project. All my transformations are running individually without failing. But as soon as I run the Flow, only first transformation runs, the second one fails with an unclear message “Something went wrong”. I understand this is an EA features as of now, but I see a lot of application of this feature in one of our projects hence I am trying to setup some flows in it. Could you please help in checking if I am doing something wrong here?Task ID - 1dfb440d-c678-43a4-8c67-0d98467694e8 Flow Definition:[ { "externalId": "tr-tr-SDM-WellStatus-Entity", "type": "transformation", "name": "1706783603193", "parameters": { "transformation": { "externalId": "tr-tr-SDM-WellStatus-Entity", "concurrencyPolicy": "fail" } }, "onFailure": "abortWorkflow", "dependsOn": [] }, { "externalId": "tr-tr-SDM-Well-Status-Hierarchy", "type": "transformation", "name": "1706783606
Hi All,I am trying to retrieve the data from Raw table using C# Sdk. I am using the ListRowsAsync and it is giving me the error that project limit reached although there is one row in the Raw table. Also, there is one column which contains the JSON data. I am able to read the same data using Python SDK. Does anybody have example for C# SDK.
Hey, anyone here are facing difficulties trying to open Canvas created on the last version?I created a Canvas with the las version. When I try to open this canvas on the actual version, the canvas is empty. I go to “Version history” and click to open the last version, the system asks to restore the last version. When I do, nothing happens, and I still can not see the Canvas that I created.
Hello Everyone,Is there any row count storage limit for the instances which we store in container view in solution data model.Regards,Adarsh
I’m working on cognite-learn account and want to access api key to ingest data into cognite. where can I find this.
“As an Hispanic user of Cognite Data Fusion, I would like to have Cognite Data Fusion onboarding material and Academy courses easily available in Spanish”
I have updated version to v2 of workflow. But still it runs v1 version.